DomainSummary
public struct DomainSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time that the domain was created.
Declaration
Swift
public let createdTime: TimeStamp
-
The name to display.
Declaration
Swift
public let displayName: String?
-
The name of the domain.
Declaration
Swift
public let domainName: String
-
The status of the domain.
Declaration
Swift
public let domainStatus: DomainStatus
-
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp, displayName: String? = nil, domainName: String, domainStatus: DomainStatus)