Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
- Defined in:
- gems/aws-sdk-ec2/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.
24567 24568 24569 24570 24571 24572 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24567 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.
24567 24568 24569 24570 24571 24572 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24567 class DescribeNetworkInsightsAccessScopesResult < Struct.new( :network_insights_access_scopes, :next_token) SENSITIVE = [] include Aws::Structure end |