Class: Aws::MigrationHub::Types::DisassociateSourceResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DisassociateSourceResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
This is an optional parameter that you can use to test whether the call will succeed.
-
#migration_task_name ⇒ String
A unique identifier that references the migration task.
-
#progress_update_stream ⇒ String
The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account.
-
#source_resource_name ⇒ String
The name that was specified for the source resource.
Instance Attribute Details
#dry_run ⇒ Boolean
This is an optional parameter that you can use to test whether the call will succeed. Set this parameter to ‘true` to verify that you have the permissions that are required to make the call, and that you have specified the other parameters in the call correctly.
383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 383 class DisassociateSourceResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :source_resource_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#migration_task_name ⇒ String
A unique identifier that references the migration task. *Do not include sensitive data in this field.*
383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 383 class DisassociateSourceResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :source_resource_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account. The progress-update stream must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 383 class DisassociateSourceResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :source_resource_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#source_resource_name ⇒ String
The name that was specified for the source resource.
383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 383 class DisassociateSourceResourceRequest < Struct.new( :progress_update_stream, :migration_task_name, :source_resource_name, :dry_run) SENSITIVE = [] include Aws::Structure end |