Class: Aws::Athena::Types::GetPreparedStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetPreparedStatementOutput
- Defined in:
- gems/aws-sdk-athena/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.
1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1849 class GetPreparedStatementOutput < Struct.new( :prepared_statement) SENSITIVE = [] include Aws::Structure end |