Class: Aws::DynamoDB::Types::Capacity

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

Overview

Represents the amount of provisioned throughput capacity consumed on a table or an index.

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unitsFloat

The total number of capacity units consumed on a table or an index.

Returns:

  • (Float)


666
667
668
669
# File 'lib/aws-sdk-dynamodb/types.rb', line 666

class Capacity < Struct.new(
  :capacity_units)
  include Aws::Structure
end