Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopeAnalysesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_access_scope_analysesArray<Types::NetworkInsightsAccessScopeAnalysis>

The Network Access Scope analyses.



29370
29371
29372
29373
29374
29375
# File 'lib/aws-sdk-ec2/types.rb', line 29370

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


29370
29371
29372
29373
29374
29375
# File 'lib/aws-sdk-ec2/types.rb', line 29370

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