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

Class: Aws::Route53::Types::GetAccountLimitResponse

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

Overview

A complex type that contains the requested limit.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The current number of entities that you have created of the specified type. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Count is the current number of health checks that you have created using the current account.

Returns:

  • (Integer)

    The current number of entities that you have created of the specified type.

#limitTypes::AccountLimit

The current setting for the specified limit. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Limit is the maximum number of health checks that you can create using the current account.

Returns: