Class: Aws::Types::ProvisionedThroughput

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)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def read_capacity_units
  @read_capacity_units
end

#write_capacity_units::Integer

Returns the value of attribute write_capacity_units.

Returns:

  • (::Integer)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def write_capacity_units
  @write_capacity_units
end