Class: Aws::MigrationHub::Types::DisassociateCreatedArtifactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DisassociateCreatedArtifactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_artifact_name ⇒ String
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
-
#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 to be disassociated with the artifact.
-
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
Instance Attribute Details
#created_artifact_name ⇒ String
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 309 class DisassociateCreatedArtifactRequest < Struct.new( :progress_update_stream, :migration_task_name, :created_artifact_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#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.
309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 309 class DisassociateCreatedArtifactRequest < Struct.new( :progress_update_stream, :migration_task_name, :created_artifact_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#migration_task_name ⇒ String
Unique identifier that references the migration task to be disassociated with the artifact. *Do not store personal data in this field.*
309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 309 class DisassociateCreatedArtifactRequest < Struct.new( :progress_update_stream, :migration_task_name, :created_artifact_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream ⇒ String
The name of the ProgressUpdateStream.
309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 309 class DisassociateCreatedArtifactRequest < Struct.new( :progress_update_stream, :migration_task_name, :created_artifact_name, :dry_run) SENSITIVE = [] include Aws::Structure end |