Class: Aws::MigrationHub::Types::ImportMigrationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ImportMigrationTaskRequest
- 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.
-
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
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.
380 381 382 383 384 385 386 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 380 class ImportMigrationTaskRequest < Struct.new( :progress_update_stream, :migration_task_name, :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.*
380 381 382 383 384 385 386 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 380 class ImportMigrationTaskRequest < Struct.new( :progress_update_stream, :migration_task_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream. >
380 381 382 383 384 385 386 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 380 class ImportMigrationTaskRequest < Struct.new( :progress_update_stream, :migration_task_name, :dry_run) SENSITIVE = [] include Aws::Structure end |