Class: Aws::EC2::Types::DescribeNetworkInsightsPathsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_pathsArray<Types::NetworkInsightsPath>

Information about the paths.

Returns:



22765
22766
22767
22768
22769
22770
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22765

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


22765
22766
22767
22768
22769
22770
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22765

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