Class: Aws::MigrationHubOrchestrator::Types::UpdateTemplateRequest

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.

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

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2159

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

#idString

The ID of the request to update a migration workflow template.

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2159

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

#template_descriptionString

The description of the migration workflow template to update.

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2159

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

#template_nameString

The name of the migration workflow template to update.

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2159

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