Class: Aws::Types::ListQueryExecutionsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def next_token
  @next_token
end

#query_execution_ids::Array[::String]

Returns the value of attribute query_execution_ids.

Returns:

  • (::Array[::String])


800
801
802
# File 'sig/types.rbs', line 800

def query_execution_ids
  @query_execution_ids
end