Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that can be returned.
-
#name ⇒ String
The name of the template.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that can be returned.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 960 class ListMigrationWorkflowTemplatesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the template.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 960 class ListMigrationWorkflowTemplatesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 960 class ListMigrationWorkflowTemplatesRequest < Struct.new( :max_results, :next_token, :name) SENSITIVE = [] include Aws::Structure end |