DomainSummary
public struct DomainSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the domain is automatically renewed upon expiration.
Declaration
Swift
public let autoRenew: Bool? -
The name of the domain that the summary information applies to.
Declaration
Swift
public let domainName: String -
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
Declaration
Swift
public let expiry: TimeStamp? -
Indicates whether a domain is locked from unauthorized transfer to another party.
Declaration
Swift
public let transferLock: Bool? -
Undocumented
Declaration
Swift
public init(autoRenew: Bool? = nil, domainName: String, expiry: TimeStamp? = nil, transferLock: Bool? = nil)
View on GitHub
DomainSummary Structure Reference