HostedZoneSummary
public struct HostedZoneSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
Declaration
Swift
public let hostedZoneId: String
-
The name of the private hosted zone, such as example.com.
Declaration
Swift
public let name: String
-
The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an AWS account or an AWS service.
Declaration
Swift
public let owner: HostedZoneOwner
-
Undocumented
Declaration
Swift
public init(hostedZoneId: String, name: String, owner: HostedZoneOwner)