Class: Aws::Types::AvailableAdditionalStorageVolumesOption
- Inherits:
-
Object
- Object
- Aws::Types::AvailableAdditionalStorageVolumesOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_iops ⇒ ::Integer
Returns the value of attribute max_iops.
-
#max_iops_per_gib ⇒ ::Float
Returns the value of attribute max_iops_per_gib.
-
#max_storage_size ⇒ ::Integer
Returns the value of attribute max_storage_size.
-
#max_storage_throughput ⇒ ::Integer
Returns the value of attribute max_storage_throughput.
-
#min_iops ⇒ ::Integer
Returns the value of attribute min_iops.
-
#min_iops_per_gib ⇒ ::Float
Returns the value of attribute min_iops_per_gib.
-
#min_storage_size ⇒ ::Integer
Returns the value of attribute min_storage_size.
-
#min_storage_throughput ⇒ ::Integer
Returns the value of attribute min_storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#supports_iops ⇒ Boolean
Returns the value of attribute supports_iops.
-
#supports_storage_autoscaling ⇒ Boolean
Returns the value of attribute supports_storage_autoscaling.
-
#supports_storage_throughput ⇒ Boolean
Returns the value of attribute supports_storage_throughput.
Instance Attribute Details
#max_iops ⇒ ::Integer
Returns the value of attribute max_iops.
125 126 127 |
# File 'sig/types.rbs', line 125 def max_iops @max_iops end |
#max_iops_per_gib ⇒ ::Float
Returns the value of attribute max_iops_per_gib.
127 128 129 |
# File 'sig/types.rbs', line 127 def max_iops_per_gib @max_iops_per_gib end |
#max_storage_size ⇒ ::Integer
Returns the value of attribute max_storage_size.
123 124 125 |
# File 'sig/types.rbs', line 123 def max_storage_size @max_storage_size end |
#max_storage_throughput ⇒ ::Integer
Returns the value of attribute max_storage_throughput.
129 130 131 |
# File 'sig/types.rbs', line 129 def max_storage_throughput @max_storage_throughput end |
#min_iops ⇒ ::Integer
Returns the value of attribute min_iops.
124 125 126 |
# File 'sig/types.rbs', line 124 def min_iops @min_iops end |
#min_iops_per_gib ⇒ ::Float
Returns the value of attribute min_iops_per_gib.
126 127 128 |
# File 'sig/types.rbs', line 126 def min_iops_per_gib @min_iops_per_gib end |
#min_storage_size ⇒ ::Integer
Returns the value of attribute min_storage_size.
122 123 124 |
# File 'sig/types.rbs', line 122 def min_storage_size @min_storage_size end |
#min_storage_throughput ⇒ ::Integer
Returns the value of attribute min_storage_throughput.
128 129 130 |
# File 'sig/types.rbs', line 128 def min_storage_throughput @min_storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
121 122 123 |
# File 'sig/types.rbs', line 121 def storage_type @storage_type end |
#supports_iops ⇒ Boolean
Returns the value of attribute supports_iops.
120 121 122 |
# File 'sig/types.rbs', line 120 def supports_iops @supports_iops end |
#supports_storage_autoscaling ⇒ Boolean
Returns the value of attribute supports_storage_autoscaling.
118 119 120 |
# File 'sig/types.rbs', line 118 def supports_storage_autoscaling @supports_storage_autoscaling end |
#supports_storage_throughput ⇒ Boolean
Returns the value of attribute supports_storage_throughput.
119 120 121 |
# File 'sig/types.rbs', line 119 def supports_storage_throughput @supports_storage_throughput end |