CreateHostedZoneResponse
public struct CreateHostedZoneResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A complex type that contains information about the CreateHostedZone request.
Declaration
Swift
public let changeInfo: ChangeInfo -
A complex type that describes the name servers for this hosted zone.
Declaration
Swift
public let delegationSet: DelegationSet -
A complex type that contains general information about the hosted zone.
Declaration
Swift
public let hostedZone: HostedZone -
The unique URL representing the new hosted zone.
Declaration
Swift
public let location: String -
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
Declaration
Swift
public let vpc: VPC? -
Undocumented
Declaration
Swift
public init(changeInfo: ChangeInfo, delegationSet: DelegationSet, hostedZone: HostedZone, location: String, vpc: VPC? = nil)
View on GitHub
CreateHostedZoneResponse Structure Reference