Class: Aws::Types::ConsumedCapacity
- Inherits:
-
Object
- Object
- Aws::Types::ConsumedCapacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_units ⇒ ::Float
Returns the value of attribute capacity_units.
-
#global_secondary_indexes ⇒ ::Hash[::String, Types::Capacity]
Returns the value of attribute global_secondary_indexes.
-
#local_secondary_indexes ⇒ ::Hash[::String, Types::Capacity]
Returns the value of attribute local_secondary_indexes.
-
#read_capacity_units ⇒ ::Float
Returns the value of attribute read_capacity_units.
-
#table ⇒ Types::Capacity
Returns the value of attribute table.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#vector_indexes ⇒ ::Hash[::String, Types::VectorCapacity]
Returns the value of attribute vector_indexes.
-
#write_capacity_units ⇒ ::Float
Returns the value of attribute write_capacity_units.
Instance Attribute Details
#capacity_units ⇒ ::Float
Returns the value of attribute capacity_units.
237 238 239 |
# File 'sig/types.rbs', line 237 def capacity_units @capacity_units end |
#global_secondary_indexes ⇒ ::Hash[::String, Types::Capacity]
Returns the value of attribute global_secondary_indexes.
242 243 244 |
# File 'sig/types.rbs', line 242 def global_secondary_indexes @global_secondary_indexes end |
#local_secondary_indexes ⇒ ::Hash[::String, Types::Capacity]
Returns the value of attribute local_secondary_indexes.
241 242 243 |
# File 'sig/types.rbs', line 241 def local_secondary_indexes @local_secondary_indexes end |
#read_capacity_units ⇒ ::Float
Returns the value of attribute read_capacity_units.
238 239 240 |
# File 'sig/types.rbs', line 238 def read_capacity_units @read_capacity_units end |
#table ⇒ Types::Capacity
Returns the value of attribute table.
240 241 242 |
# File 'sig/types.rbs', line 240 def table @table end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
236 237 238 |
# File 'sig/types.rbs', line 236 def table_name @table_name end |
#vector_indexes ⇒ ::Hash[::String, Types::VectorCapacity]
Returns the value of attribute vector_indexes.
243 244 245 |
# File 'sig/types.rbs', line 243 def vector_indexes @vector_indexes end |
#write_capacity_units ⇒ ::Float
Returns the value of attribute write_capacity_units.
239 240 241 |
# File 'sig/types.rbs', line 239 def write_capacity_units @write_capacity_units end |