Class: Aws::Types::VolumeModification
- Inherits:
-
Object
- Object
- Aws::Types::VolumeModification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#original_iops ⇒ ::Integer
Returns the value of attribute original_iops.
-
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
-
#original_size ⇒ ::Integer
Returns the value of attribute original_size.
-
#original_throughput ⇒ ::Integer
Returns the value of attribute original_throughput.
-
#original_volume_type ⇒ "standard", ...
Returns the value of attribute original_volume_type.
-
#progress ⇒ ::Integer
Returns the value of attribute progress.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
-
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
-
#target_size ⇒ ::Integer
Returns the value of attribute target_size.
-
#target_throughput ⇒ ::Integer
Returns the value of attribute target_throughput.
-
#target_volume_type ⇒ "standard", ...
Returns the value of attribute target_volume_type.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
19203 19204 19205 |
# File 'sig/types.rbs', line 19203 def end_time @end_time end |
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
19189 19190 19191 |
# File 'sig/types.rbs', line 19189 def modification_state @modification_state end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
19204 19205 19206 |
# File 'sig/types.rbs', line 19204 def operator @operator end |
#original_iops ⇒ ::Integer
Returns the value of attribute original_iops.
19197 19198 19199 |
# File 'sig/types.rbs', line 19197 def original_iops @original_iops end |
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
19200 19201 19202 |
# File 'sig/types.rbs', line 19200 def original_multi_attach_enabled @original_multi_attach_enabled end |
#original_size ⇒ ::Integer
Returns the value of attribute original_size.
19196 19197 19198 |
# File 'sig/types.rbs', line 19196 def original_size @original_size end |
#original_throughput ⇒ ::Integer
Returns the value of attribute original_throughput.
19199 19200 19201 |
# File 'sig/types.rbs', line 19199 def original_throughput @original_throughput end |
#original_volume_type ⇒ "standard", ...
Returns the value of attribute original_volume_type.
19198 19199 19200 |
# File 'sig/types.rbs', line 19198 def original_volume_type @original_volume_type end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
19201 19202 19203 |
# File 'sig/types.rbs', line 19201 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
19202 19203 19204 |
# File 'sig/types.rbs', line 19202 def start_time @start_time end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
19190 19191 19192 |
# File 'sig/types.rbs', line 19190 def @status_message end |
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
19192 19193 19194 |
# File 'sig/types.rbs', line 19192 def target_iops @target_iops end |
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
19195 19196 19197 |
# File 'sig/types.rbs', line 19195 def target_multi_attach_enabled @target_multi_attach_enabled end |
#target_size ⇒ ::Integer
Returns the value of attribute target_size.
19191 19192 19193 |
# File 'sig/types.rbs', line 19191 def target_size @target_size end |
#target_throughput ⇒ ::Integer
Returns the value of attribute target_throughput.
19194 19195 19196 |
# File 'sig/types.rbs', line 19194 def target_throughput @target_throughput end |
#target_volume_type ⇒ "standard", ...
Returns the value of attribute target_volume_type.
19193 19194 19195 |
# File 'sig/types.rbs', line 19193 def target_volume_type @target_volume_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
19188 19189 19190 |
# File 'sig/types.rbs', line 19188 def volume_id @volume_id end |