Class: Aws::Types::CapacitySpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CapacitySpecificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_update_to_pay_per_request_timestamp ⇒ ::Time
Returns the value of attribute last_update_to_pay_per_request_timestamp.
-
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
-
#throughput_mode ⇒ "PAY_PER_REQUEST", "PROVISIONED"
Returns the value of attribute throughput_mode.
-
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
Instance Attribute Details
#last_update_to_pay_per_request_timestamp ⇒ ::Time
Returns the value of attribute last_update_to_pay_per_request_timestamp.
46 47 48 |
# File 'sig/types.rbs', line 46 def @last_update_to_pay_per_request_timestamp end |
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
44 45 46 |
# File 'sig/types.rbs', line 44 def read_capacity_units @read_capacity_units end |
#throughput_mode ⇒ "PAY_PER_REQUEST", "PROVISIONED"
Returns the value of attribute throughput_mode.
43 44 45 |
# File 'sig/types.rbs', line 43 def throughput_mode @throughput_mode end |
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
45 46 47 |
# File 'sig/types.rbs', line 45 def write_capacity_units @write_capacity_units end |