Class: Aws::Types::ReplaceRootVolumeTask
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceRootVolumeTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#complete_time ⇒ ::String
Returns the value of attribute complete_time.
-
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#replace_root_volume_task_id ⇒ ::String
Returns the value of attribute replace_root_volume_task_id.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_state ⇒ "pending", ...
Returns the value of attribute task_state.
Instance Attribute Details
#complete_time ⇒ ::String
Returns the value of attribute complete_time.
16459 16460 16461 |
# File 'sig/types.rbs', line 16459 def complete_time @complete_time end |
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
16463 16464 16465 |
# File 'sig/types.rbs', line 16463 def delete_replaced_root_volume @delete_replaced_root_volume end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16461 16462 16463 |
# File 'sig/types.rbs', line 16461 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
16456 16457 16458 |
# File 'sig/types.rbs', line 16456 def instance_id @instance_id end |
#replace_root_volume_task_id ⇒ ::String
Returns the value of attribute replace_root_volume_task_id.
16455 16456 16457 |
# File 'sig/types.rbs', line 16455 def replace_root_volume_task_id @replace_root_volume_task_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16462 16463 16464 |
# File 'sig/types.rbs', line 16462 def snapshot_id @snapshot_id end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
16458 16459 16460 |
# File 'sig/types.rbs', line 16458 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16460 16461 16462 |
# File 'sig/types.rbs', line 16460 def @tags end |
#task_state ⇒ "pending", ...
Returns the value of attribute task_state.
16457 16458 16459 |
# File 'sig/types.rbs', line 16457 def task_state @task_state end |