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.



22373
22374
22375
22376
22377
22378
# File 'lib/aws-sdk-ec2/types.rb', line 22373

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)


22373
22374
22375
22376
22377
22378
# File 'lib/aws-sdk-ec2/types.rb', line 22373

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