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.
15817 15818 15819 |
# File 'sig/types.rbs', line 15817 def complete_time @complete_time end |
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
15821 15822 15823 |
# File 'sig/types.rbs', line 15821 def delete_replaced_root_volume @delete_replaced_root_volume end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
15819 15820 15821 |
# File 'sig/types.rbs', line 15819 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
15814 15815 15816 |
# File 'sig/types.rbs', line 15814 def instance_id @instance_id end |
#replace_root_volume_task_id ⇒ ::String
Returns the value of attribute replace_root_volume_task_id.
15813 15814 15815 |
# File 'sig/types.rbs', line 15813 def replace_root_volume_task_id @replace_root_volume_task_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
15820 15821 15822 |
# File 'sig/types.rbs', line 15820 def snapshot_id @snapshot_id end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
15816 15817 15818 |
# File 'sig/types.rbs', line 15816 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
15818 15819 15820 |
# File 'sig/types.rbs', line 15818 def @tags end |
#task_state ⇒ "pending", ...
Returns the value of attribute task_state.
15815 15816 15817 |
# File 'sig/types.rbs', line 15815 def task_state @task_state end |