DescribeDomainResponse
public struct DescribeDomainResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of an issued ACM certificate that is valid for the domain being associated.
Declaration
Swift
public let acmCertificateArn: String? -
The time that the domain was added.
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 current state for the domain.
Declaration
Swift
public let domainStatus: DomainStatus? -
Undocumented
Declaration
Swift
public init(acmCertificateArn: String? = nil, createdTime: TimeStamp? = nil, displayName: String? = nil, domainName: String? = nil, domainStatus: DomainStatus? = nil)
View on GitHub
DescribeDomainResponse Structure Reference