CheckDNSAvailabilityResultMessage
public struct CheckDNSAvailabilityResultMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates if the specified CNAME is available: true : The CNAME is available. false : The CNAME is not available.
Declaration
Swift
public let available: Bool? -
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
Declaration
Swift
public let fullyQualifiedCNAME: String? -
Undocumented
Declaration
Swift
public init(available: Bool? = nil, fullyQualifiedCNAME: String? = nil)
View on GitHub
CheckDNSAvailabilityResultMessage Structure Reference