ListHostedZonesByVPCResponse

public struct ListHostedZonesByVPCResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list that contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

    Declaration

    Swift

    public let hostedZoneSummaries: [HostedZoneSummary]
  • The value that you specified for MaxItems in the most recent ListHostedZonesByVPC request.

    Declaration

    Swift

    public let maxItems: String
  • The value that you specified for NextToken in the most recent ListHostedZonesByVPC request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(hostedZoneSummaries: [HostedZoneSummary], maxItems: String, nextToken: String? = nil)