Class: Aws::Mgn::Types::ListNetworkMigrationCodeGenerationsRequest

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

Filters to apply when listing code generation jobs.



3248
3249
3250
3251
3252
3253
3254
3255
3256
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3248

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

#max_resultsInteger

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

Returns:

  • (Integer)


3248
3249
3250
3251
3252
3253
3254
3255
3256
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3248

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

#network_migration_definition_idString

The unique identifier of the network migration definition.

Returns:

  • (String)


3248
3249
3250
3251
3252
3253
3254
3255
3256
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3248

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

#network_migration_execution_idString

The unique identifier of the network migration execution.

Returns:

  • (String)


3248
3249
3250
3251
3252
3253
3254
3255
3256
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3248

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3248
3249
3250
3251
3252
3253
3254
3255
3256
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3248

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