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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



22602
22603
22604
22605
22606
22607
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22602

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)


22602
22603
22604
22605
22606
22607
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22602

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