Class: Aws::Types::ProvisionedThroughput
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedThroughput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#volume_throughput ⇒ ::Integer
Returns the value of attribute volume_throughput.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def enabled @enabled end |
#volume_throughput ⇒ ::Integer
Returns the value of attribute volume_throughput.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def volume_throughput @volume_throughput end |