class Aws::Route53::Types::GetReusableDelegationSetLimitRequest

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

@note When making an API call, you may pass GetReusableDelegationSetLimitRequest

data as a hash:

    {
      type: "MAX_ZONES_BY_REUSABLE_DELEGATION_SET", # required, accepts MAX_ZONES_BY_REUSABLE_DELEGATION_SET
      delegation_set_id: "ResourceId", # required
    }

@!attribute [rw] type

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.
@return [String]

@!attribute [rw] delegation_set_id

The ID of the delegation set that you want to get the limit for.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetReusableDelegationSetLimitRequest AWS API Documentation

Constants

SENSITIVE