Class: Aws::NetworkFlowMonitor::Types::ListScopesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


830
831
832
833
834
835
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 830

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

#scopesArray<Types::ScopeSummary>

The scopes returned by the call.

Returns:



830
831
832
833
834
835
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 830

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