Class: Aws::Types::QueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::QueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_info ⇒ ::Array[Types::ColumnInfo]
Returns the value of attribute column_info.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_insights_response ⇒ Types::QueryInsightsResponse
Returns the value of attribute query_insights_response.
-
#query_status ⇒ Types::QueryStatus
Returns the value of attribute query_status.
-
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
Instance Attribute Details
#column_info ⇒ ::Array[Types::ColumnInfo]
Returns the value of attribute column_info.
292 293 294 |
# File 'sig/types.rbs', line 292 def column_info @column_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
290 291 292 |
# File 'sig/types.rbs', line 290 def next_token @next_token end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def query_id @query_id end |
#query_insights_response ⇒ Types::QueryInsightsResponse
Returns the value of attribute query_insights_response.
294 295 296 |
# File 'sig/types.rbs', line 294 def query_insights_response @query_insights_response end |
#query_status ⇒ Types::QueryStatus
Returns the value of attribute query_status.
293 294 295 |
# File 'sig/types.rbs', line 293 def query_status @query_status end |
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
291 292 293 |
# File 'sig/types.rbs', line 291 def rows @rows end |