Class: Aws::Athena::Types::ListQueryExecutionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListQueryExecutionsOutput
- Defined in:
- gems/aws-sdk-athena/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.
2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2805 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.
2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2805 class ListQueryExecutionsOutput < Struct.new( :query_execution_ids, :next_token) SENSITIVE = [] include Aws::Structure end |