You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53::Types::ReusableDelegationSetLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ReusableDelegationSetLimit
- Defined in:
- (unknown)
Overview
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
Returned by:
Instance Attribute Summary collapse
-
#type ⇒ String
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. -
#value ⇒ Integer
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.
Instance Attribute Details
#type ⇒ String
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.
Possible values:
- MAX_ZONES_BY_REUSABLE_DELEGATION_SET
#value ⇒ Integer
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET
limit.