Class: Aws::Types::CapacityUnitsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#query_capacity_units::Integer

Returns the value of attribute query_capacity_units.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def query_capacity_units
  @query_capacity_units
end

#storage_capacity_units::Integer

Returns the value of attribute storage_capacity_units.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def storage_capacity_units
  @storage_capacity_units
end