Class: Aws::Types::AwsDynamoDbTableProvisionedThroughput
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableProvisionedThroughput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_decrease_date_time ⇒ ::String
Returns the value of attribute last_decrease_date_time.
-
#last_increase_date_time ⇒ ::String
Returns the value of attribute last_increase_date_time.
-
#number_of_decreases_today ⇒ ::Integer
Returns the value of attribute number_of_decreases_today.
-
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
-
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
Instance Attribute Details
#last_decrease_date_time ⇒ ::String
Returns the value of attribute last_decrease_date_time.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def last_decrease_date_time @last_decrease_date_time end |
#last_increase_date_time ⇒ ::String
Returns the value of attribute last_increase_date_time.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def last_increase_date_time @last_increase_date_time end |
#number_of_decreases_today ⇒ ::Integer
Returns the value of attribute number_of_decreases_today.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def number_of_decreases_today @number_of_decreases_today end |
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def read_capacity_units @read_capacity_units end |
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def write_capacity_units @write_capacity_units end |