Class: Aws::Types::VolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#root_volume ⇒ Boolean
Returns the value of attribute root_volume.
-
#volume_baseline_iops ⇒ ::Integer
Returns the value of attribute volume_baseline_iops.
-
#volume_baseline_throughput ⇒ ::Integer
Returns the value of attribute volume_baseline_throughput.
-
#volume_burst_iops ⇒ ::Integer
Returns the value of attribute volume_burst_iops.
-
#volume_burst_throughput ⇒ ::Integer
Returns the value of attribute volume_burst_throughput.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#root_volume ⇒ Boolean
Returns the value of attribute root_volume.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def root_volume @root_volume end |
#volume_baseline_iops ⇒ ::Integer
Returns the value of attribute volume_baseline_iops.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def volume_baseline_iops @volume_baseline_iops end |
#volume_baseline_throughput ⇒ ::Integer
Returns the value of attribute volume_baseline_throughput.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def volume_baseline_throughput @volume_baseline_throughput end |
#volume_burst_iops ⇒ ::Integer
Returns the value of attribute volume_burst_iops.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def volume_burst_iops @volume_burst_iops end |
#volume_burst_throughput ⇒ ::Integer
Returns the value of attribute volume_burst_throughput.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def volume_burst_throughput @volume_burst_throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def volume_size @volume_size end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def volume_type @volume_type end |