Class: Aws::Types::PersistentVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PersistentVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#last_used_ttl_hours ⇒ ::Integer
Returns the value of attribute last_used_ttl_hours.
-
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
-
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
-
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
Instance Attribute Details
#iops ⇒ ::Integer
Returns the value of attribute iops.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def iops @iops end |
#last_used_ttl_hours ⇒ ::Integer
Returns the value of attribute last_used_ttl_hours.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def last_used_ttl_hours @last_used_ttl_hours end |
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def mount_path @mount_path end |
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def size_gi_b @size_gi_b end |
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def throughput_mi_b @throughput_mi_b end |