Class: Aws::Route53::Types::GetReusableDelegationSetLimitResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

A complex type that contains the requested limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The current number of hosted zones that you can associate with the specified reusable delegation set.

Returns:

  • (Integer)


3042
3043
3044
3045
3046
3047
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3042

class GetReusableDelegationSetLimitResponse < Struct.new(
  :limit,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#limitTypes::ReusableDelegationSetLimit

The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.



3042
3043
3044
3045
3046
3047
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3042

class GetReusableDelegationSetLimitResponse < Struct.new(
  :limit,
  :count)
  SENSITIVE = []
  include Aws::Structure
end