Class: Aws::Athena::Types::ListQueryExecutionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListQueryExecutionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to be used by the next request if this request is truncated.
-
#query_execution_ids ⇒ Array<String>
The unique IDs of each query execution as an array of strings.
Instance Attribute Details
#next_token ⇒ String
A token to be used by the next request if this request is truncated.
2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-athena/types.rb', line 2610 class ListQueryExecutionsOutput < Struct.new( :query_execution_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_execution_ids ⇒ Array<String>
The unique IDs of each query execution as an array of strings.
2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-athena/types.rb', line 2610 class ListQueryExecutionsOutput < Struct.new( :query_execution_ids, :next_token) SENSITIVE = [] include Aws::Structure end |