Class: Aws::Types::GlobalSecondaryIndexWarmThroughputDescription
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndexWarmThroughputDescription
- 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 ⇒ "CREATING", ...
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.
800 801 802 |
# File 'sig/types.rbs', line 800 def read_units_per_second @read_units_per_second end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
802 803 804 |
# File 'sig/types.rbs', line 802 def status @status end |
#write_units_per_second ⇒ ::Integer
Returns the value of attribute write_units_per_second.
801 802 803 |
# File 'sig/types.rbs', line 801 def write_units_per_second @write_units_per_second end |