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

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

Overview

Note:

When making an API call, you may pass DeleteNamedQueryInput data as a hash:

{
  named_query_id: "NamedQueryId", # required
}

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)


304
305
306
307
# File 'lib/aws-sdk-athena/types.rb', line 304

class DeleteNamedQueryInput < Struct.new(
  :named_query_id)
  include Aws::Structure
end