Class: Aws::Athena::Types::GetNamedQueryInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Athena::Types::GetNamedQueryInput
 
- Defined in:
- gems/aws-sdk-athena/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.
| 1786 1787 1788 1789 1790 | # File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1786 class GetNamedQueryInput < Struct.new( :named_query_id) SENSITIVE = [] include Aws::Structure end |