Class: Aws::NetworkFlowMonitor::Types::ListScopesInput

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

#max_resultsInteger

The number of query results that you want to return with this call.

Returns:

  • (Integer)


812
813
814
815
816
817
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 812

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

#next_tokenString

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

Returns:

  • (String)


812
813
814
815
816
817
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 812

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