Class: Aws::Athena::Types::CreateNamedQueryOutput

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.

Returns:

  • (String)


729
730
731
732
733
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 729

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