Class: Aws::Types::GetQueryResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
-
#results ⇒ ::Array[::Array[Types::ResultField]]
Returns the value of attribute results.
-
#statistics ⇒ Types::QueryStatistics
Returns the value of attribute statistics.
-
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
Instance Attribute Details
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
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.
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.
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.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def results @results end |
#statistics ⇒ Types::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.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def status @status end |