Class: Aws::Types::AdditionalStorageVolumeOutput
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalStorageVolumeOutput
- 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.
-
#storage_operation_percent_progress ⇒ ::Integer
Returns the value of attribute storage_operation_percent_progress.
-
#storage_operation_status ⇒ ::String
Returns the value of attribute storage_operation_status.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#storage_volume_status ⇒ ::String
Returns the value of attribute storage_volume_status.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
69 70 71 |
# File 'sig/types.rbs', line 69 def allocated_storage @allocated_storage end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
70 71 72 |
# File 'sig/types.rbs', line 70 def iops @iops end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
71 72 73 |
# File 'sig/types.rbs', line 71 def max_allocated_storage @max_allocated_storage end |
#storage_operation_percent_progress ⇒ ::Integer
Returns the value of attribute storage_operation_percent_progress.
68 69 70 |
# File 'sig/types.rbs', line 68 def storage_operation_percent_progress @storage_operation_percent_progress end |
#storage_operation_status ⇒ ::String
Returns the value of attribute storage_operation_status.
67 68 69 |
# File 'sig/types.rbs', line 67 def storage_operation_status @storage_operation_status end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
72 73 74 |
# File 'sig/types.rbs', line 72 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
73 74 75 |
# File 'sig/types.rbs', line 73 def storage_type @storage_type end |
#storage_volume_status ⇒ ::String
Returns the value of attribute storage_volume_status.
66 67 68 |
# File 'sig/types.rbs', line 66 def storage_volume_status @storage_volume_status end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def volume_name @volume_name end |