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.)
269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 269 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.
269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 269 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.*
269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 269 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.
269 270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 269 class DisassociateCreatedArtifactRequest < Struct.new( :progress_update_stream, :migration_task_name, :created_artifact_name, :dry_run) SENSITIVE = [] include Aws::Structure end |