Class: Aws::Types::MigrationTaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#migration_task_name::String

Returns the value of attribute migration_task_name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def migration_task_name
  @migration_task_name
end

#progress_percent::Integer

Returns the value of attribute progress_percent.

Returns:

  • (::Integer)


278
279
280
# File 'sig/types.rbs', line 278

def progress_percent
  @progress_percent
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def progress_update_stream
  @progress_update_stream
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "FAILED", "COMPLETED")


277
278
279
# File 'sig/types.rbs', line 277

def status
  @status
end

#status_detail::String

Returns the value of attribute status_detail.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def status_detail
  @status_detail
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


280
281
282
# File 'sig/types.rbs', line 280

def update_date_time
  @update_date_time
end