Class: Aws::Types::NotifyMigrationTaskStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::NotifyMigrationTaskStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
-
#next_update_seconds ⇒ ::Integer
Returns the value of attribute next_update_seconds.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
-
#task ⇒ Types::Task
Returns the value of attribute task.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
308 309 310 |
# File 'sig/types.rbs', line 308 def dry_run @dry_run end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def migration_task_name @migration_task_name end |
#next_update_seconds ⇒ ::Integer
Returns the value of attribute next_update_seconds.
307 308 309 |
# File 'sig/types.rbs', line 307 def next_update_seconds @next_update_seconds end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
303 304 305 |
# File 'sig/types.rbs', line 303 def progress_update_stream @progress_update_stream end |
#task ⇒ Types::Task
Returns the value of attribute task.
305 306 307 |
# File 'sig/types.rbs', line 305 def task @task end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
306 307 308 |
# File 'sig/types.rbs', line 306 def update_date_time @update_date_time end |