CodeRepositorySummary class
Specifies summary information about a Git repository.
Constructors
- CodeRepositorySummary({required String codeRepositoryArn, required String codeRepositoryName, required DateTime creationTime, required DateTime lastModifiedTime, GitConfig? gitConfig})
-
CodeRepositorySummary.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 Git repository was created.
final
- gitConfig → GitConfig?
-
Configuration details for the Git repository, including the URL where it is
located and the 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 Git repository was last modified.
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