Class: Aws::Athena::Types::GetNamedQueryOutput

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_queryTypes::NamedQuery

Information about the query.

Returns:



1770
1771
1772
1773
1774
# File 'lib/aws-sdk-athena/types.rb', line 1770

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