Class: Aws::EC2::Types::DescribeNetworkInsightsPathsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeNetworkInsightsPathsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_paths ⇒ Array<Types::NetworkInsightsPath>
Information about the paths.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#network_insights_paths ⇒ Array<Types::NetworkInsightsPath>
Information about the paths.
24663 24664 24665 24666 24667 24668 |
# File 'lib/aws-sdk-ec2/types.rb', line 24663 class DescribeNetworkInsightsPathsResult < Struct.new( :network_insights_paths, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
24663 24664 24665 24666 24667 24668 |
# File 'lib/aws-sdk-ec2/types.rb', line 24663 class DescribeNetworkInsightsPathsResult < Struct.new( :network_insights_paths, :next_token) SENSITIVE = [] include Aws::Structure end |