Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowTemplatesRequest

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

#max_resultsInteger

The maximum number of results that can be returned.

Returns:

  • (Integer)


1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1108

class ListMigrationWorkflowTemplatesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the template.

Returns:

  • (String)


1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1108

class ListMigrationWorkflowTemplatesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1108
1109
1110
1111
1112
1113
1114
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1108

class ListMigrationWorkflowTemplatesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end