Class: Aws::Types::MigrationTask

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)


267
268
269
# File 'sig/types.rbs', line 267

def migration_task_name
  @migration_task_name
end

#progress_update_stream::String

Returns the value of attribute progress_update_stream.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def progress_update_stream
  @progress_update_stream
end

#resource_attribute_list::Array[Types::ResourceAttribute]

Returns the value of attribute resource_attribute_list.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def resource_attribute_list
  @resource_attribute_list
end

#taskTypes::Task

Returns the value of attribute task.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def task
  @task
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


269
270
271
# File 'sig/types.rbs', line 269

def update_date_time
  @update_date_time
end