Class: Aws::MigrationHubOrchestrator::Types::ListMigrationWorkflowsRequest

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

#ads_application_configuration_nameString

The name of the application configured in Application Discovery Service.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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

#max_resultsInteger

The maximum number of results that can be returned.

Returns:

  • (Integer)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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

#nameString

The name of the migration workflow.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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

#statusString

The status of the migration workflow.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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

#template_idString

The ID of the template.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1160

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