Class: Aws::Types::DescribeMigrationTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMigrationTaskRequest
- 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.
Instance Attribute Details
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def migration_task_name @migration_task_name end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
92 93 94 |
# File 'sig/types.rbs', line 92 def progress_update_stream @progress_update_stream end |