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.
663 664 665 |
# File 'sig/types.rbs', line 663 def provisioned_throughput @provisioned_throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
664 665 666 |
# File 'sig/types.rbs', line 664 def volume_size @volume_size end |