You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetReusableDelegationSetLimitRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

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)

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

#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.

Possible values:

  • MAX_ZONES_BY_REUSABLE_DELEGATION_SET

Returns:

  • (String)

    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.