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.
19563 19564 19565 |
# File 'sig/types.rbs', line 19563 def end_time @end_time end |
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
19549 19550 19551 |
# File 'sig/types.rbs', line 19549 def modification_state @modification_state end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
19564 19565 19566 |
# File 'sig/types.rbs', line 19564 def operator @operator end |
#original_iops ⇒ ::Integer
Returns the value of attribute original_iops.
19557 19558 19559 |
# File 'sig/types.rbs', line 19557 def original_iops @original_iops end |
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
19560 19561 19562 |
# File 'sig/types.rbs', line 19560 def original_multi_attach_enabled @original_multi_attach_enabled end |
#original_size ⇒ ::Integer
Returns the value of attribute original_size.
19556 19557 19558 |
# File 'sig/types.rbs', line 19556 def original_size @original_size end |
#original_throughput ⇒ ::Integer
Returns the value of attribute original_throughput.
19559 19560 19561 |
# File 'sig/types.rbs', line 19559 def original_throughput @original_throughput end |
#original_volume_type ⇒ "standard", ...
Returns the value of attribute original_volume_type.
19558 19559 19560 |
# File 'sig/types.rbs', line 19558 def original_volume_type @original_volume_type end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
19561 19562 19563 |
# File 'sig/types.rbs', line 19561 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
19562 19563 19564 |
# File 'sig/types.rbs', line 19562 def start_time @start_time end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
19550 19551 19552 |
# File 'sig/types.rbs', line 19550 def @status_message end |
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
19552 19553 19554 |
# File 'sig/types.rbs', line 19552 def target_iops @target_iops end |
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
19555 19556 19557 |
# File 'sig/types.rbs', line 19555 def target_multi_attach_enabled @target_multi_attach_enabled end |
#target_size ⇒ ::Integer
Returns the value of attribute target_size.
19551 19552 19553 |
# File 'sig/types.rbs', line 19551 def target_size @target_size end |
#target_throughput ⇒ ::Integer
Returns the value of attribute target_throughput.
19554 19555 19556 |
# File 'sig/types.rbs', line 19554 def target_throughput @target_throughput end |
#target_volume_type ⇒ "standard", ...
Returns the value of attribute target_volume_type.
19553 19554 19555 |
# File 'sig/types.rbs', line 19553 def target_volume_type @target_volume_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
19548 19549 19550 |
# File 'sig/types.rbs', line 19548 def volume_id @volume_id end |