RepositoryMetadata
public struct RepositoryMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS account associated with the repository.
Declaration
Swift
public let accountId: String?
-
The Amazon Resource Name (ARN) of the repository.
Declaration
Swift
public let arn: String?
-
The URL to use for cloning the repository over HTTPS.
Declaration
Swift
public let cloneUrlHttp: String?
-
The URL to use for cloning the repository over SSH.
Declaration
Swift
public let cloneUrlSsh: String?
-
The date and time the repository was created, in timestamp format.
Declaration
Swift
public let creationDate: TimeStamp?
-
The repository’s default branch name.
Declaration
Swift
public let defaultBranch: String?
-
The date and time the repository was last modified, in timestamp format.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
A comment or description about the repository.
Declaration
Swift
public let repositoryDescription: String?
-
The ID of the repository.
Declaration
Swift
public let repositoryId: String?
-
The repository’s name.
Declaration
Swift
public let repositoryName: String?
-
init(accountId:arn:cloneUrlHttp:cloneUrlSsh:creationDate:defaultBranch:lastModifiedDate:repositoryDescription:repositoryId:repositoryName:)
Undocumented
Declaration
Swift
public init(accountId: String? = nil, arn: String? = nil, cloneUrlHttp: String? = nil, cloneUrlSsh: String? = nil, creationDate: TimeStamp? = nil, defaultBranch: String? = nil, lastModifiedDate: TimeStamp? = nil, repositoryDescription: String? = nil, repositoryId: String? = nil, repositoryName: String? = nil)