Class: Aws::MigrationHubOrchestrator::Types::GetMigrationWorkflowTemplateRequest

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

#idString

The ID of the template.

Returns:

  • (String)


606
607
608
609
610
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 606

class GetMigrationWorkflowTemplateRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end