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.
1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-athena/types.rb', line 1654 class GetPreparedStatementOutput < Struct.new( :prepared_statement) SENSITIVE = [] include Aws::Structure end |