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

Class: Aws::Route53::Types::ReusableDelegationSetLimit

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

Overview

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, 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)

    The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

#valueInteger

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

Returns:

  • (Integer)

    The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.