DescribeCodeRepositoryOutput
public struct DescribeCodeRepositoryOutput : 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 repository was created.
Declaration
Swift
public let creationTime: TimeStamp
-
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.
Declaration
Swift
public let gitConfig: GitConfig?
-
The date and time that the repository was last changed.
Declaration
Swift
public let lastModifiedTime: TimeStamp