Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scopes ⇒ Array<Types::NetworkInsightsAccessScope>
The Network Access Scopes.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#network_insights_access_scopes ⇒ Array<Types::NetworkInsightsAccessScope>
The Network Access Scopes.
24500 24501 24502 24503 24504 24505 |
# File 'lib/aws-sdk-ec2/types.rb', line 24500 class DescribeNetworkInsightsAccessScopesResult < Struct.new( :network_insights_access_scopes, :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.
24500 24501 24502 24503 24504 24505 |
# File 'lib/aws-sdk-ec2/types.rb', line 24500 class DescribeNetworkInsightsAccessScopesResult < Struct.new( :network_insights_access_scopes, :next_token) SENSITIVE = [] include Aws::Structure end |