Class: Aws::MigrationHubOrchestrator::Types::UpdateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::UpdateTemplateResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags added to the migration workflow template.
-
#template_arn ⇒ String
The ARN of the migration workflow template being updated.
-
#template_id ⇒ String
The ID of the migration workflow template being updated.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags added to the migration workflow template.
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_arn ⇒ String
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.
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_id ⇒ String
The ID of the migration workflow template being updated.
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 |