Class: Aws::Types::ProvisionedThroughputDescription
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedThroughputDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_decrease_date_time ⇒ ::Time
Returns the value of attribute last_decrease_date_time.
-
#last_increase_date_time ⇒ ::Time
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 ⇒ ::Time
Returns the value of attribute last_decrease_date_time.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def last_decrease_date_time @last_decrease_date_time end |
#last_increase_date_time ⇒ ::Time
Returns the value of attribute last_increase_date_time.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def last_increase_date_time @last_increase_date_time end |
#number_of_decreases_today ⇒ ::Integer
Returns the value of attribute number_of_decreases_today.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def number_of_decreases_today @number_of_decreases_today end |
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def read_capacity_units @read_capacity_units end |
#write_capacity_units ⇒ ::Integer
Returns the value of attribute write_capacity_units.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def write_capacity_units @write_capacity_units end |