Class: Aws::Athena::Types::DeleteNamedQueryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#named_query_idString

The unique ID of the query to delete.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1083
1084
1085
1086
1087
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1083

class DeleteNamedQueryInput < Struct.new(
  :named_query_id)
  SENSITIVE = []
  include Aws::Structure
end