Class: Aws::Types::GetQueryResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_info ⇒ ::Array[Types::ColumnInformation]
Returns the value of attribute column_info.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rows ⇒ ::Array[::Array[::String]]
Returns the value of attribute rows.
Instance Attribute Details
#column_info ⇒ ::Array[Types::ColumnInformation]
Returns the value of attribute column_info.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def column_info @column_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def next_token @next_token end |
#rows ⇒ ::Array[::Array[::String]]
Returns the value of attribute rows.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def rows @rows end |