DomainSummary
public struct DomainSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the domain.
Declaration
Swift
public let arn: String? -
A timestamp that contains the date and time the domain was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The key used to encrypt the domain.
Declaration
Swift
public let encryptionKey: String? -
The name of the domain.
Declaration
Swift
public let name: String? -
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
Declaration
Swift
public let owner: String? -
A string that contains the status of the domain. The valid values are: Active Deleted
Declaration
Swift
public let status: DomainStatus? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, encryptionKey: String? = nil, name: String? = nil, owner: String? = nil, status: DomainStatus? = nil)
View on GitHub
DomainSummary Structure Reference