Class: Aws::Route53::Types::GetReusableDelegationSetLimitRequest

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

Overview

A complex type that contains information about the request to create a hosted zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_set_idString

The ID of the delegation set that you want to get the limit for.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3021

class GetReusableDelegationSetLimitRequest < Struct.new(
  :type,
  :delegation_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3021

class GetReusableDelegationSetLimitRequest < Struct.new(
  :type,
  :delegation_set_id)
  SENSITIVE = []
  include Aws::Structure
end