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.
16114 16115 16116 |
# File 'sig/types.rbs', line 16114 def complete_time @complete_time end |
#delete_replaced_root_volume ⇒ Boolean
Returns the value of attribute delete_replaced_root_volume.
16118 16119 16120 |
# File 'sig/types.rbs', line 16118 def delete_replaced_root_volume @delete_replaced_root_volume end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16116 16117 16118 |
# File 'sig/types.rbs', line 16116 def image_id @image_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
16111 16112 16113 |
# File 'sig/types.rbs', line 16111 def instance_id @instance_id end |
#replace_root_volume_task_id ⇒ ::String
Returns the value of attribute replace_root_volume_task_id.
16110 16111 16112 |
# File 'sig/types.rbs', line 16110 def replace_root_volume_task_id @replace_root_volume_task_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16117 16118 16119 |
# File 'sig/types.rbs', line 16117 def snapshot_id @snapshot_id end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
16113 16114 16115 |
# File 'sig/types.rbs', line 16113 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16115 16116 16117 |
# File 'sig/types.rbs', line 16115 def @tags end |
#task_state ⇒ "pending", ...
Returns the value of attribute task_state.
16112 16113 16114 |
# File 'sig/types.rbs', line 16112 def task_state @task_state end |