Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowsResponse

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

#migration_workflow_summaryArray<Types::MigrationWorkflowSummary>

The summary of the migration workflow.



1181
1182
1183
1184
1185
1186
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1181

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1181

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