Class: Aws::Types::ConsumedCapacity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_units::Float

Returns the value of attribute capacity_units.

Returns:

  • (::Float)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Float)


238
239
240
# File 'sig/types.rbs', line 238

def read_capacity_units
  @read_capacity_units
end

#tableTypes::Capacity

Returns the value of attribute table.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def table
  @table
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Float)


239
240
241
# File 'sig/types.rbs', line 239

def write_capacity_units
  @write_capacity_units
end