Class: Aws::Types::ThroughputConfigUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provisioned_read_capacity_units::Integer

Returns the value of attribute provisioned_read_capacity_units.

Returns:

  • (::Integer)


11328
11329
11330
# File 'sig/types.rbs', line 11328

def provisioned_read_capacity_units
  @provisioned_read_capacity_units
end

#provisioned_write_capacity_units::Integer

Returns the value of attribute provisioned_write_capacity_units.

Returns:

  • (::Integer)


11329
11330
11331
# File 'sig/types.rbs', line 11329

def provisioned_write_capacity_units
  @provisioned_write_capacity_units
end

#throughput_mode"OnDemand", "Provisioned"

Returns the value of attribute throughput_mode.

Returns:

  • ("OnDemand", "Provisioned")


11327
11328
11329
# File 'sig/types.rbs', line 11327

def throughput_mode
  @throughput_mode
end