CodeRepositorySummary
public struct CodeRepositorySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the Git repository.
Declaration
Swift
public let codeRepositoryArn: String
-
The name of the Git repository.
Declaration
Swift
public let codeRepositoryName: String
-
The date and time that the Git repository was created.
Declaration
Swift
public let creationTime: TimeStamp
-
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.
Declaration
Swift
public let gitConfig: GitConfig?
-
The date and time that the Git repository was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp