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

#encryption_key::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def encryption_key
  @encryption_key
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def next_token
  @next_token
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

  • ("CWLI", "SQL", "PPL")


1044
1045
1046
# File 'sig/types.rbs', line 1044

def query_language
  @query_language
end

#results::Array[::Array[Types::ResultField]]

Returns the value of attribute results.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def results
  @results
end

#statisticsTypes::QueryStatistics

Returns the value of attribute statistics.



1046
1047
1048
# File 'sig/types.rbs', line 1046

def statistics
  @statistics
end

#status"Scheduled", ...

Returns the value of attribute status.

Returns:

  • ("Scheduled", "Running", "Complete", "Failed", "Cancelled", "Timeout", "Unknown")


1047
1048
1049
# File 'sig/types.rbs', line 1047

def status
  @status
end