Class: Aws::MigrationHubOrchestrator::Types::UpdateTemplateResponse

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>)


2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2190

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

#template_arnString

The ARN of the migration workflow template being updated. 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)


2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2190

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

#template_idString

The ID of the migration workflow template being updated.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2190

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