Class: Aws::Route53::Types::GetReusableDelegationSetLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetReusableDelegationSetLimitResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the requested limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The current number of hosted zones that you can associate with the specified reusable delegation set.
-
#limit ⇒ Types::ReusableDelegationSetLimit
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
Instance Attribute Details
#count ⇒ Integer
The current number of hosted zones that you can associate with the specified reusable delegation set.
3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-route53/types.rb', line 3040 class GetReusableDelegationSetLimitResponse < Struct.new( :limit, :count) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Types::ReusableDelegationSetLimit
The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-route53/types.rb', line 3040 class GetReusableDelegationSetLimitResponse < Struct.new( :limit, :count) SENSITIVE = [] include Aws::Structure end |