Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopeAnalysesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeNetworkInsightsAccessScopeAnalysesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scope_analyses ⇒ Array<Types::NetworkInsightsAccessScopeAnalysis>
The Network Access Scope analyses.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#network_insights_access_scope_analyses ⇒ Array<Types::NetworkInsightsAccessScopeAnalysis>
The Network Access Scope analyses.
24445 24446 24447 24448 24449 24450 |
# File 'lib/aws-sdk-ec2/types.rb', line 24445 class DescribeNetworkInsightsAccessScopeAnalysesResult < Struct.new( :network_insights_access_scope_analyses, :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.
24445 24446 24447 24448 24449 24450 |
# File 'lib/aws-sdk-ec2/types.rb', line 24445 class DescribeNetworkInsightsAccessScopeAnalysesResult < Struct.new( :network_insights_access_scope_analyses, :next_token) SENSITIVE = [] include Aws::Structure end |