Class: Aws::Mgn::Types::ListNetworkMigrationExecutionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ListNetworkMigrationExecutionRequestFilters

Filters to apply when listing executions, such as status or execution ID.



3478
3479
3480
3481
3482
3483
3484
3485
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478

class ListNetworkMigrationExecutionsRequest < Struct.new(
  :network_migration_definition_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3478
3479
3480
3481
3482
3483
3484
3485
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478

class ListNetworkMigrationExecutionsRequest < Struct.new(
  :network_migration_definition_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#network_migration_definition_idString

The unique identifier of the network migration definition to list executions for.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478

class ListNetworkMigrationExecutionsRequest < Struct.new(
  :network_migration_definition_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3478
3479
3480
3481
3482
3483
3484
3485
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3478

class ListNetworkMigrationExecutionsRequest < Struct.new(
  :network_migration_definition_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end