class Aws::DynamoDB::Types::DescribeLimitsOutput

Represents the output of a `DescribeLimits` operation.

@!attribute [rw] account_max_read_capacity_units

The maximum total read capacity units that your account allows you
to provision across all of your tables in this Region.
@return [Integer]

@!attribute [rw] account_max_write_capacity_units

The maximum total write capacity units that your account allows you
to provision across all of your tables in this Region.
@return [Integer]

@!attribute [rw] table_max_read_capacity_units

The maximum read capacity units that your account allows you to
provision for a new table that you are creating in this Region,
including the read capacity units provisioned for its global
secondary indexes (GSIs).
@return [Integer]

@!attribute [rw] table_max_write_capacity_units

The maximum write capacity units that your account allows you to
provision for a new table that you are creating in this Region,
including the write capacity units provisioned for its global
secondary indexes (GSIs).
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeLimitsOutput AWS API Documentation

Constants

SENSITIVE