class Aws::Route53::Types::GetHostedZoneLimitRequest

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

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

data as a hash:

    {
      type: "MAX_RRSETS_BY_ZONE", # required, accepts MAX_RRSETS_BY_ZONE, MAX_VPCS_ASSOCIATED_BY_ZONE
      hosted_zone_id: "ResourceId", # required
    }

@!attribute [rw] type

The limit that you want to get. 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.
@return [String]

@!attribute [rw] hosted_zone_id

The ID of the hosted zone that you want to get a limit for.
@return [String]

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

Constants

SENSITIVE