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)


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

def encryption_key
  @encryption_key
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def next_token
  @next_token
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

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


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

def query_language
  @query_language
end

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

Returns the value of attribute results.

Returns:



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

def results
  @results
end

#statisticsTypes::QueryStatistics

Returns the value of attribute statistics.



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

def statistics
  @statistics
end

#status"Scheduled", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end