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.



1915
1916
1917
1918
1919
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1915

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