Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesResponse

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1126

class ListMigrationWorkflowTemplatesResponse < Struct.new(
  :next_token,
  :template_summary)
  SENSITIVE = []
  include Aws::Structure
end

#template_summaryArray<Types::TemplateSummary>

The summary of the template.

Returns:



1126
1127
1128
1129
1130
1131
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1126

class ListMigrationWorkflowTemplatesResponse < Struct.new(
  :next_token,
  :template_summary)
  SENSITIVE = []
  include Aws::Structure
end