DomainDescription
public struct DomainDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the domain.
Declaration
Swift
public let arn: String?
-
The total size of all assets in the domain.
Declaration
Swift
public let assetSizeBytes: Int64?
-
A timestamp that represents the date and time the domain was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain.
Declaration
Swift
public let encryptionKey: String?
-
The name of the domain.
Declaration
Swift
public let name: String?
-
The AWS account ID that owns the domain.
Declaration
Swift
public let owner: String?
-
The number of repositories in the domain.
Declaration
Swift
public let repositoryCount: Int?
-
The current status of a domain. The valid values are Active Deleted
Declaration
Swift
public let status: DomainStatus?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, assetSizeBytes: Int64? = nil, createdTime: TimeStamp? = nil, encryptionKey: String? = nil, name: String? = nil, owner: String? = nil, repositoryCount: Int? = nil, status: DomainStatus? = nil)