Class: Aws::Types::ExecuteQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_descriptions ⇒ ::Array[Types::ColumnDescription]
Returns the value of attribute column_descriptions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
Instance Attribute Details
#column_descriptions ⇒ ::Array[Types::ColumnDescription]
Returns the value of attribute column_descriptions.
405 406 407 |
# File 'sig/types.rbs', line 405 def column_descriptions @column_descriptions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
407 408 409 |
# File 'sig/types.rbs', line 407 def next_token @next_token end |
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
406 407 408 |
# File 'sig/types.rbs', line 406 def rows @rows end |