Class: Aws::Athena::Types::GetPreparedStatementOutput

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

#prepared_statementTypes::PreparedStatement

The name of the prepared statement that was retrieved.



1652
1653
1654
1655
1656
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1652

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