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.
-
#provisioned_storage_throughput ⇒ ::Array[Types::Range]
Returns the value of attribute provisioned_storage_throughput.
-
#storage_size ⇒ ::Array[Types::Range]
Returns the value of attribute storage_size.
-
#storage_throughput_to_iops_ratio ⇒ ::Array[Types::DoubleRange]
Returns the value of attribute storage_throughput_to_iops_ratio.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#supports_storage_autoscaling ⇒ Boolean
Returns the value of attribute supports_storage_autoscaling.
Instance Attribute Details
#iops_to_storage_ratio ⇒ ::Array[Types::DoubleRange]
Returns the value of attribute iops_to_storage_ratio.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def iops_to_storage_ratio @iops_to_storage_ratio end |
#provisioned_iops ⇒ ::Array[Types::Range]
Returns the value of attribute provisioned_iops.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def provisioned_iops @provisioned_iops end |
#provisioned_storage_throughput ⇒ ::Array[Types::Range]
Returns the value of attribute provisioned_storage_throughput.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def provisioned_storage_throughput @provisioned_storage_throughput end |
#storage_size ⇒ ::Array[Types::Range]
Returns the value of attribute storage_size.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def storage_size @storage_size end |
#storage_throughput_to_iops_ratio ⇒ ::Array[Types::DoubleRange]
Returns the value of attribute storage_throughput_to_iops_ratio.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def storage_throughput_to_iops_ratio @storage_throughput_to_iops_ratio end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
4561 4562 4563 |
# File 'sig/types.rbs', line 4561 def storage_type @storage_type end |
#supports_storage_autoscaling ⇒ Boolean
Returns the value of attribute supports_storage_autoscaling.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def supports_storage_autoscaling @supports_storage_autoscaling end |