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

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

Information about the query.

Returns:



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

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