Class: Aws::Types::ListQueriesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def graph_identifier
  @graph_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


545
546
547
# File 'sig/types.rbs', line 545

def max_results
  @max_results
end

#state"ALL", ...

Returns the value of attribute state.

Returns:

  • ("ALL", "RUNNING", "WAITING", "CANCELLING")


546
547
548
# File 'sig/types.rbs', line 546

def state
  @state
end