Class: Aws::Neptunedata::Types::ListGremlinQueriesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_waitingBoolean

If set to TRUE, the list returned includes waiting queries. The default is FALSE;

Returns:

  • (Boolean)


1893
1894
1895
1896
1897
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1893

class ListGremlinQueriesInput < Struct.new(
  :include_waiting)
  SENSITIVE = []
  include Aws::Structure
end