Class: Aws::Athena::Types::BatchGetPreparedStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::BatchGetPreparedStatementOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prepared_statements ⇒ Array<Types::PreparedStatement>
The list of prepared statements returned.
-
#unprocessed_prepared_statement_names ⇒ Array<Types::UnprocessedPreparedStatementName>
A list of one or more prepared statements that were requested but could not be returned.
Instance Attribute Details
#prepared_statements ⇒ Array<Types::PreparedStatement>
The list of prepared statements returned.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-athena/types.rb', line 176 class BatchGetPreparedStatementOutput < Struct.new( :prepared_statements, :unprocessed_prepared_statement_names) SENSITIVE = [] include Aws::Structure end |
#unprocessed_prepared_statement_names ⇒ Array<Types::UnprocessedPreparedStatementName>
A list of one or more prepared statements that were requested but could not be returned.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-athena/types.rb', line 176 class BatchGetPreparedStatementOutput < Struct.new( :prepared_statements, :unprocessed_prepared_statement_names) SENSITIVE = [] include Aws::Structure end |