Class: Aws::Athena::Types::GetNamedQueryInput

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. Use ListNamedQueries to get query IDs.

Returns:

  • (String)


1587
1588
1589
1590
1591
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1587

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