Class: Aws::MigrationHub::Types::NotifyMigrationTaskStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::NotifyMigrationTaskStateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place.
-
#migration_task_name ⇒ String
Unique identifier that references the migration task.
-
#next_update_seconds ⇒ Integer
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update.
-
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
-
#task ⇒ Types::Task
Information about the task’s progress and status.
-
#update_date_time ⇒ Time
The timestamp when the task was gathered.
Instance Attribute Details
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |
#migration_task_name ⇒ String
Unique identifier that references the migration task. *Do not store personal data in this field.*
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |
#next_update_seconds ⇒ Integer
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |
#task ⇒ Types::Task
Information about the task’s progress and status.
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The timestamp when the task was gathered.
792 793 794 795 796 797 798 799 800 801 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 792 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |