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.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def enabled @enabled end |
#volume_throughput ⇒ ::Integer
Returns the value of attribute volume_throughput.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def volume_throughput @volume_throughput end |