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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-athena/types.rb', line 1083

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