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

Class: Aws::Route53::Types::HostedZoneLimit

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. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.

  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

    Possible values:

    • MAX_RRSETS_BY_ZONE
    • MAX_VPCS_ASSOCIATED_BY_ZONE

Returns:

  • (String)

    The limit that you requested.

#valueInteger

The current value for the limit that is specified by Type.

Returns:

  • (Integer)

    The current value for the limit that is specified by Type.