Class: Aws::Types::ListQueryExecutionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListQueryExecutionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_execution_ids ⇒ ::Array[::String]
Returns the value of attribute query_execution_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
801 802 803 |
# File 'sig/types.rbs', line 801 def next_token @next_token end |
#query_execution_ids ⇒ ::Array[::String]
Returns the value of attribute query_execution_ids.
800 801 802 |
# File 'sig/types.rbs', line 800 def query_execution_ids @query_execution_ids end |