Class: Aws::MigrationHub::Types::NotifyMigrationTaskStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::NotifyMigrationTaskStateRequest
- Defined in:
- gems/aws-sdk-migrationhub/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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 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.
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 |
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 1026 class NotifyMigrationTaskStateRequest < Struct.new( :progress_update_stream, :migration_task_name, :task, :update_date_time, :next_update_seconds, :dry_run) SENSITIVE = [] include Aws::Structure end |