Class: Aws::MigrationHubOrchestrator::Types::UpdateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateTemplateRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#id ⇒ String
The ID of the request to update a migration workflow template.
-
#template_description ⇒ String
The description of the migration workflow template to update.
-
#template_name ⇒ String
The name of the migration workflow template to update.
Instance Attribute Details
#client_token ⇒ String
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.
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 |
#id ⇒ String
The ID of the request to update a migration workflow template.
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_description ⇒ String
The description of the migration workflow template to update.
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_name ⇒ String
The name of the migration workflow template to update.
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 |