Class: Aws::Types::ModifyAdditionalStorageVolume
- Inherits:
-
Object
- Object
- Aws::Types::ModifyAdditionalStorageVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#set_for_delete ⇒ Boolean
Returns the value of attribute set_for_delete.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def allocated_storage @allocated_storage end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def iops @iops end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def max_allocated_storage @max_allocated_storage end |
#set_for_delete ⇒ Boolean
Returns the value of attribute set_for_delete.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def set_for_delete @set_for_delete end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def storage_type @storage_type end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def volume_name @volume_name end |