Class: Aws::Mgn::Types::ListNetworkMigrationAnalysisResultsResponse

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

A list of network migration analysis results.



3141
3142
3143
3144
3145
3146
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3141

class ListNetworkMigrationAnalysisResultsResponse < 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)


3141
3142
3143
3144
3145
3146
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3141

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