Class: Aws::Athena::Types::GetNamedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetNamedQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#named_query ⇒ Types::NamedQuery
Information about the query.
Instance Attribute Details
#named_query ⇒ Types::NamedQuery
Information about the query.
1770 1771 1772 1773 1774 |
# File 'lib/aws-sdk-athena/types.rb', line 1770 class GetNamedQueryOutput < Struct.new( :named_query) SENSITIVE = [] include Aws::Structure end |