Class: Aws::EC2::Types::DescribeNetworkInsightsAnalysesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_analysesArray<Types::NetworkInsightsAnalysis>

Information about the network insights analyses.

Returns:



22506
22507
22508
22509
22510
22511
# File 'lib/aws-sdk-ec2/types.rb', line 22506

class DescribeNetworkInsightsAnalysesResult < Struct.new(
  :network_insights_analyses,
  :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)


22506
22507
22508
22509
22510
22511
# File 'lib/aws-sdk-ec2/types.rb', line 22506

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