Class: Aws::Types::CapacitySpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_capacity_units::Integer

Returns the value of attribute read_capacity_units.

Returns:

  • (::Integer)


37
38
39
# File 'sig/types.rbs', line 37

def read_capacity_units
  @read_capacity_units
end

#throughput_mode"PAY_PER_REQUEST", "PROVISIONED"

Returns the value of attribute throughput_mode.

Returns:

  • ("PAY_PER_REQUEST", "PROVISIONED")


36
37
38
# File 'sig/types.rbs', line 36

def throughput_mode
  @throughput_mode
end

#write_capacity_units::Integer

Returns the value of attribute write_capacity_units.

Returns:

  • (::Integer)


38
39
40
# File 'sig/types.rbs', line 38

def write_capacity_units
  @write_capacity_units
end