ReusableDelegationSetLimit

public struct ReusableDelegationSetLimit : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

    Declaration

    Swift

    public let type: ReusableDelegationSetLimitType
  • The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

    Declaration

    Swift

    public let value: Int64
  • Undocumented

    Declaration

    Swift

    public init(type: ReusableDelegationSetLimitType, value: Int64)