Class: Aws::NeptuneGraph::Types::ListQueriesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1829

class ListQueriesInput < Struct.new(
  :graph_identifier,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be fetched by the API.

Returns:

  • (Integer)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1829

class ListQueriesInput < Struct.new(
  :graph_identifier,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Filtered list of queries based on state.

Returns:

  • (String)


1829
1830
1831
1832
1833
1834
1835
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1829

class ListQueriesInput < Struct.new(
  :graph_identifier,
  :max_results,
  :state)
  SENSITIVE = []
  include Aws::Structure
end