HostedZoneLimit

public struct HostedZoneLimit : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The limit that you requested. Valid values include the following: MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone. MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

    Declaration

    Swift

    public let type: HostedZoneLimitType
  • The current value for the limit that is specified by Type.

    Declaration

    Swift

    public let value: Int64
  • Undocumented

    Declaration

    Swift

    public init(type: HostedZoneLimitType, value: Int64)