Class: Aws::Athena::Types::CreateNamedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreateNamedQueryOutput
- 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.
732 733 734 735 736 |
# File 'lib/aws-sdk-athena/types.rb', line 732 class CreateNamedQueryOutput < Struct.new( :named_query_id) SENSITIVE = [] include Aws::Structure end |