Class: Aws::Types::MigrationTaskUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_stateTypes::Task

Returns the value of attribute migration_task_state.

Returns:



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.

Returns:

  • (::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.

Returns:

  • ("MIGRATION_TASK_STATE_UPDATED")


286
287
288
# File 'sig/types.rbs', line 286

def update_type
  @update_type
end