Class: Aws::Athena::Types::DeleteNamedQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteNamedQueryInput
- 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 to delete.
Instance Attribute Details
#named_query_id ⇒ String
The unique ID of the query to delete.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-athena/types.rb', line 1085 class DeleteNamedQueryInput < Struct.new( :named_query_id) SENSITIVE = [] include Aws::Structure end |