Class: Aws::Types::MigrationTaskUpdate
- Inherits:
-
Object
- Object
- Aws::Types::MigrationTaskUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_task_state ⇒ Types::Task
Returns the value of attribute migration_task_state.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#update_type ⇒ "MIGRATION_TASK_STATE_UPDATED"
Returns the value of attribute update_type.
Instance Attribute Details
#migration_task_state ⇒ Types::Task
Returns the value of attribute migration_task_state.
287 288 289 |
# File 'sig/types.rbs', line 287 def migration_task_state @migration_task_state end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
285 286 287 |
# File 'sig/types.rbs', line 285 def update_date_time @update_date_time end |
#update_type ⇒ "MIGRATION_TASK_STATE_UPDATED"
Returns the value of attribute update_type.
286 287 288 |
# File 'sig/types.rbs', line 286 def update_type @update_type end |