Class: Aws::Athena::Types::GetNamedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetNamedQueryOutput
- Defined in:
- gems/aws-sdk-athena/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.
1601 1602 1603 1604 1605 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1601 class GetNamedQueryOutput < Struct.new( :named_query) SENSITIVE = [] include Aws::Structure end |