Class: Aws::MigrationHubOrchestrator::Types::CreateTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags added to the migration workflow template.

Returns:

  • (Hash<String,String>)


209
210
211
212
213
214
215
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 209

class CreateTemplateResponse < Struct.new(
  :template_id,
  :template_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.

Returns:

  • (String)


209
210
211
212
213
214
215
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 209

class CreateTemplateResponse < Struct.new(
  :template_id,
  :template_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the migration workflow template.

Returns:

  • (String)


209
210
211
212
213
214
215
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 209

class CreateTemplateResponse < Struct.new(
  :template_id,
  :template_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end