Class: Aws::Athena::Types::GetPreparedStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetPreparedStatementOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prepared_statement ⇒ Types::PreparedStatement
The name of the prepared statement that was retrieved.
Instance Attribute Details
#prepared_statement ⇒ Types::PreparedStatement
The name of the prepared statement that was retrieved.
1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-athena/types.rb', line 1823 class GetPreparedStatementOutput < Struct.new( :prepared_statement) SENSITIVE = [] include Aws::Structure end |