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.
19542 19543 19544 |
# File 'sig/types.rbs', line 19542 def end_time @end_time end |
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
19528 19529 19530 |
# File 'sig/types.rbs', line 19528 def modification_state @modification_state end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
19543 19544 19545 |
# File 'sig/types.rbs', line 19543 def operator @operator end |
#original_iops ⇒ ::Integer
Returns the value of attribute original_iops.
19536 19537 19538 |
# File 'sig/types.rbs', line 19536 def original_iops @original_iops end |
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
19539 19540 19541 |
# File 'sig/types.rbs', line 19539 def original_multi_attach_enabled @original_multi_attach_enabled end |
#original_size ⇒ ::Integer
Returns the value of attribute original_size.
19535 19536 19537 |
# File 'sig/types.rbs', line 19535 def original_size @original_size end |
#original_throughput ⇒ ::Integer
Returns the value of attribute original_throughput.
19538 19539 19540 |
# File 'sig/types.rbs', line 19538 def original_throughput @original_throughput end |
#original_volume_type ⇒ "standard", ...
Returns the value of attribute original_volume_type.
19537 19538 19539 |
# File 'sig/types.rbs', line 19537 def original_volume_type @original_volume_type end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
19540 19541 19542 |
# File 'sig/types.rbs', line 19540 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
19541 19542 19543 |
# File 'sig/types.rbs', line 19541 def start_time @start_time end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
19529 19530 19531 |
# File 'sig/types.rbs', line 19529 def @status_message end |
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
19531 19532 19533 |
# File 'sig/types.rbs', line 19531 def target_iops @target_iops end |
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
19534 19535 19536 |
# File 'sig/types.rbs', line 19534 def target_multi_attach_enabled @target_multi_attach_enabled end |
#target_size ⇒ ::Integer
Returns the value of attribute target_size.
19530 19531 19532 |
# File 'sig/types.rbs', line 19530 def target_size @target_size end |
#target_throughput ⇒ ::Integer
Returns the value of attribute target_throughput.
19533 19534 19535 |
# File 'sig/types.rbs', line 19533 def target_throughput @target_throughput end |
#target_volume_type ⇒ "standard", ...
Returns the value of attribute target_volume_type.
19532 19533 19534 |
# File 'sig/types.rbs', line 19532 def target_volume_type @target_volume_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
19527 19528 19529 |
# File 'sig/types.rbs', line 19527 def volume_id @volume_id end |