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.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def column_info @column_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def next_token @next_token end |
#rows ⇒ ::Array[::Array[::String]]
Returns the value of attribute rows.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def rows @rows end |