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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Represents the output of a DescribeLimits operation.

Constant Summary collapse

SENSITIVE =
[]

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)


2919
2920
2921
2922
2923
2924
2925
2926
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2919

class DescribeLimitsOutput < Struct.new(
  :account_max_read_capacity_units,
  :account_max_write_capacity_units,
  :table_max_read_capacity_units,
  :table_max_write_capacity_units)
  SENSITIVE = []
  include Aws::Structure
end

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


2919
2920
2921
2922
2923
2924
2925
2926
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2919

class DescribeLimitsOutput < Struct.new(
  :account_max_read_capacity_units,
  :account_max_write_capacity_units,
  :table_max_read_capacity_units,
  :table_max_write_capacity_units)
  SENSITIVE = []
  include Aws::Structure
end

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


2919
2920
2921
2922
2923
2924
2925
2926
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2919

class DescribeLimitsOutput < Struct.new(
  :account_max_read_capacity_units,
  :account_max_write_capacity_units,
  :table_max_read_capacity_units,
  :table_max_write_capacity_units)
  SENSITIVE = []
  include Aws::Structure
end

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


2919
2920
2921
2922
2923
2924
2925
2926
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2919

class DescribeLimitsOutput < Struct.new(
  :account_max_read_capacity_units,
  :account_max_write_capacity_units,
  :table_max_read_capacity_units,
  :table_max_write_capacity_units)
  SENSITIVE = []
  include Aws::Structure
end