Class: Aws::Types::ValidStorageOptions
- Inherits:
-
Object
- Object
- Aws::Types::ValidStorageOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iops_to_storage_ratio ⇒ ::Array[Types::DoubleRange]
Returns the value of attribute iops_to_storage_ratio.
-
#provisioned_iops ⇒ ::Array[Types::Range]
Returns the value of attribute provisioned_iops.
-
#storage_size ⇒ ::Array[Types::Range]
Returns the value of attribute storage_size.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#iops_to_storage_ratio ⇒ ::Array[Types::DoubleRange]
Returns the value of attribute iops_to_storage_ratio.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def iops_to_storage_ratio @iops_to_storage_ratio end |
#provisioned_iops ⇒ ::Array[Types::Range]
Returns the value of attribute provisioned_iops.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def provisioned_iops @provisioned_iops end |
#storage_size ⇒ ::Array[Types::Range]
Returns the value of attribute storage_size.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def storage_size @storage_size end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def storage_type @storage_type end |