DescribeCodeRepositoryOutput class

Constructors

DescribeCodeRepositoryOutput({required String codeRepositoryArn, required String codeRepositoryName, required DateTime creationTime, required DateTime lastModifiedTime, GitConfig? gitConfig})
DescribeCodeRepositoryOutput.fromJson(Map<String, dynamic> json)
factory

Properties

codeRepositoryArn String
The Amazon Resource Name (ARN) of the Git repository.
final
codeRepositoryName String
The name of the Git repository.
final
creationTime DateTime
The date and time that the repository was created.
final
gitConfig GitConfig?
Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the credentials used to access the repository.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime
The date and time that the repository was last changed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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