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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2220

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)


2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2220

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

#stateString

Filtered list of queries based on state.

Returns:

  • (String)


2220
2221
2222
2223
2224
2225
2226
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2220

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