Class: Aws::Types::EBSStorageInfo
- Inherits:
-
Object
- Object
- Aws::Types::EBSStorageInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
656 657 658 |
# File 'sig/types.rbs', line 656 def provisioned_throughput @provisioned_throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
657 658 659 |
# File 'sig/types.rbs', line 657 def volume_size @volume_size end |