Class: Aws::Types::WarmThroughputSpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::WarmThroughputSpecificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_units_per_second ⇒ ::Integer
Returns the value of attribute read_units_per_second.
-
#status ⇒ "AVAILABLE", "UPDATING"
Returns the value of attribute status.
-
#write_units_per_second ⇒ ::Integer
Returns the value of attribute write_units_per_second.
Instance Attribute Details
#read_units_per_second ⇒ ::Integer
Returns the value of attribute read_units_per_second.
504 505 506 |
# File 'sig/types.rbs', line 504 def read_units_per_second @read_units_per_second end |
#status ⇒ "AVAILABLE", "UPDATING"
Returns the value of attribute status.
506 507 508 |
# File 'sig/types.rbs', line 506 def status @status end |
#write_units_per_second ⇒ ::Integer
Returns the value of attribute write_units_per_second.
505 506 507 |
# File 'sig/types.rbs', line 505 def write_units_per_second @write_units_per_second end |