Class: Aws::MigrationHubOrchestrator::Types::CreateTemplateRequest

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

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Idempotency in the Smithy documentation.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


177
178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 177

class CreateTemplateRequest < Struct.new(
  :template_name,
  :template_description,
  :template_source,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to add to the migration workflow template.

Returns:

  • (Hash<String,String>)


177
178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 177

class CreateTemplateRequest < Struct.new(
  :template_name,
  :template_description,
  :template_source,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_descriptionString

A description of the migration workflow template.

Returns:

  • (String)


177
178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 177

class CreateTemplateRequest < Struct.new(
  :template_name,
  :template_description,
  :template_source,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the migration workflow template.

Returns:

  • (String)


177
178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 177

class CreateTemplateRequest < Struct.new(
  :template_name,
  :template_description,
  :template_source,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#template_sourceTypes::TemplateSource

The source of the migration workflow template.



177
178
179
180
181
182
183
184
185
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 177

class CreateTemplateRequest < Struct.new(
  :template_name,
  :template_description,
  :template_source,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end