GetHostedZoneResponse
public struct GetHostedZoneResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
Declaration
Swift
public let delegationSet: DelegationSet?
-
A complex type that contains general information about the specified hosted zone.
Declaration
Swift
public let hostedZone: HostedZone
-
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
Declaration
Swift
public let vPCs: [VPC]?
-
Undocumented
Declaration
Swift
public init(delegationSet: DelegationSet? = nil, hostedZone: HostedZone, vPCs: [VPC]? = nil)