RepositoryAssociation class

Information about a repository association. The DescribeRepositoryAssociation operation returns a RepositoryAssociation object.

Constructors

RepositoryAssociation({String? associationArn, String? associationId, String? connectionArn, DateTime? createdTimeStamp, DateTime? lastUpdatedTimeStamp, String? name, String? owner, ProviderType? providerType, RepositoryAssociationState? state, String? stateReason})
RepositoryAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

associationArn String?
The Amazon Resource Name (ARN) identifying the repository association.
final
associationId String?
The ID of the repository association.
final
connectionArn String?
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the AWS CodeStar Connections API Reference.
final
createdTimeStamp DateTime?
The time, in milliseconds since the epoch, when the repository association was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimeStamp DateTime?
The time, in milliseconds since the epoch, when the repository association was last updated.
final
name String?
The name of the repository.
final
owner String?
The owner of the repository. For an AWS CodeCommit repository, this is the AWS account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository.
final
providerType ProviderType?
The provider type of the repository association.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RepositoryAssociationState?
The state of the repository association.
final
stateReason String?
A description of why the repository association is in the current state.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited