Class: Aws::Types::MigrationTask
- Inherits:
-
Object
- Object
- Aws::Types::MigrationTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
-
#resource_attribute_list ⇒ ::Array[Types::ResourceAttribute]
Returns the value of attribute resource_attribute_list.
-
#task ⇒ Types::Task
Returns the value of attribute task.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
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.
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.
270 271 272 |
# File 'sig/types.rbs', line 270 def resource_attribute_list @resource_attribute_list end |
#task ⇒ Types::Task
Returns the value of attribute task.
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.
269 270 271 |
# File 'sig/types.rbs', line 269 def update_date_time @update_date_time end |