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:



1590
1591
1592
1593
1594
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1590

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