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.



1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1033

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1033

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