Class: Aws::Types::GetQueryResultsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def error_message
  @error_message
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def next_token
  @next_token
end

#query_result_rows::Array[::Array[::Hash[::String, ::String]]]

Returns the value of attribute query_result_rows.

Returns:

  • (::Array[::Array[::Hash[::String, ::String]]])


550
551
552
# File 'sig/types.rbs', line 550

def query_result_rows
  @query_result_rows
end

#query_statisticsTypes::QueryStatistics

Returns the value of attribute query_statistics.



549
550
551
# File 'sig/types.rbs', line 549

def query_statistics
  @query_statistics
end

#query_status"QUEUED", ...

Returns the value of attribute query_status.

Returns:

  • ("QUEUED", "RUNNING", "FINISHED", "FAILED", "CANCELLED", "TIMED_OUT")


548
549
550
# File 'sig/types.rbs', line 548

def query_status
  @query_status
end