Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#template_summary ⇒ Array<Types::TemplateSummary>
The summary of the template.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_summary ⇒ Array<Types::TemplateSummary>
The summary of the template.
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 |