Class: Aws::Athena::Types::GetNamedQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetNamedQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#named_query_id ⇒ String
The unique ID of the query.
Instance Attribute Details
#named_query_id ⇒ String
The unique ID of the query. Use ListNamedQueries to get query IDs.
1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-athena/types.rb', line 1589 class GetNamedQueryInput < Struct.new( :named_query_id) SENSITIVE = [] include Aws::Structure end |