Class: Aws::Mgn::Types::ListNetworkMigrationDefinitionsResponse

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

#itemsArray<Types::NetworkMigrationDefinitionSummary>

A list of network migration definition summaries.



3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3426

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3426

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