Class: Aws::Athena::Types::CreateNamedQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreateNamedQueryOutput
- 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.
783 784 785 786 787 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 783 class CreateNamedQueryOutput < Struct.new( :named_query_id) SENSITIVE = [] include Aws::Structure end |