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

Class: Aws::DynamoDB::Types::DescribeLimitsOutput

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

Overview

Represents the output of a DescribeLimits operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_max_read_capacity_unitsInteger

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

Returns:

  • (Integer)

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

#account_max_write_capacity_unitsInteger

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

Returns:

  • (Integer)

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

#table_max_read_capacity_unitsInteger

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).

Returns:

  • (Integer)

    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).

#table_max_write_capacity_unitsInteger

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).

Returns:

  • (Integer)

    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).