Class: Aws::MigrationHub::Types::AssociateCreatedArtifactRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_artifactTypes::CreatedArtifact

An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)



74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 74

class AssociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Returns:

  • (Boolean)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 74

class AssociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#migration_task_nameString

Unique identifier that references the migration task. Do not store personal data in this field.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 74

class AssociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#progress_update_streamString

The name of the ProgressUpdateStream.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 74

class AssociateCreatedArtifactRequest < Struct.new(
  :progress_update_stream,
  :migration_task_name,
  :created_artifact,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end