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:



1599
1600
1601
1602
1603
# File 'lib/aws-sdk-athena/types.rb', line 1599

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