Class: Aws::Types::MigrationTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::MigrationTaskSummary
- 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_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
-
#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.
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.
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.
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.
277 278 279 |
# File 'sig/types.rbs', line 277 def status @status end |
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
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.
280 281 282 |
# File 'sig/types.rbs', line 280 def update_date_time @update_date_time end |