Class: Aws::Mgn::Types::ListNetworkMigrationDefinitionsRequest

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::ListNetworkMigrationDefinitionsRequestFilters

Filters to apply when listing network migration definitions.



3290
3291
3292
3293
3294
3295
3296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290

class ListNetworkMigrationDefinitionsRequest < Struct.new(
  :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)


3290
3291
3292
3293
3294
3295
3296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3290
3291
3292
3293
3294
3295
3296
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3290

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