Class: Aws::Types::ExecuteQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[Types::ColumnInfo]
Returns the value of attribute columns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
Instance Attribute Details
#columns ⇒ ::Array[Types::ColumnInfo]
Returns the value of attribute columns.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def columns @columns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def next_token @next_token end |
#rows ⇒ ::Array[Types::Row]
Returns the value of attribute rows.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def rows @rows end |