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.
16453 16454 16455 |
# File 'sig/types.rbs', line 16453 def complete_time @complete_time end |
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
16457 16458 16459 |
# File 'sig/types.rbs', line 16457 def delete_replaced_root_volume @delete_replaced_root_volume end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16455 16456 16457 |
# File 'sig/types.rbs', line 16455 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
16450 16451 16452 |
# File 'sig/types.rbs', line 16450 def instance_id @instance_id end |
#replace_root_volume_task_id ⇒ ::String
Returns the value of attribute replace_root_volume_task_id.
16449 16450 16451 |
# File 'sig/types.rbs', line 16449 def replace_root_volume_task_id @replace_root_volume_task_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16456 16457 16458 |
# File 'sig/types.rbs', line 16456 def snapshot_id @snapshot_id end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
16452 16453 16454 |
# File 'sig/types.rbs', line 16452 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16454 16455 16456 |
# File 'sig/types.rbs', line 16454 def @tags end |
#task_state ⇒ "pending", ...
Returns the value of attribute task_state.
16451 16452 16453 |
# File 'sig/types.rbs', line 16451 def task_state @task_state end |