Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult

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_scopesArray<Types::NetworkInsightsAccessScope>

The Network Access Scopes.



22428
22429
22430
22431
22432
22433
# File 'lib/aws-sdk-ec2/types.rb', line 22428

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


22428
22429
22430
22431
22432
22433
# File 'lib/aws-sdk-ec2/types.rb', line 22428

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