Class: Aws::Types::GetQueryResultsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


518
519
520
# File 'sig/types.rbs', line 518

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def next_token
  @next_token
end

#query_execution_id::String

Returns the value of attribute query_execution_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def query_execution_id
  @query_execution_id
end

#query_result_type"DATA_MANIFEST", "DATA_ROWS"

Returns the value of attribute query_result_type.

Returns:

  • ("DATA_MANIFEST", "DATA_ROWS")


519
520
521
# File 'sig/types.rbs', line 519

def query_result_type
  @query_result_type
end