RepositoryAssociationSummary class

Summary information about a repository association. The ListRepositoryAssociations operation returns a list of RepositoryAssociationSummary objects.

Constructors

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

Properties

associationArn String?
The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations .
final
associationId String?
The repository association ID.
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
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimeStamp DateTime?
The time, in milliseconds since the epoch, since the repository association was last updated.
final
name String?
The name of the repository association.
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

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