Class: Aws::Athena::Types::BatchGetPreparedStatementOutput

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_statementsArray<Types::PreparedStatement>

The list of prepared statements returned.

Returns:



172
173
174
175
176
177
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 172

class BatchGetPreparedStatementOutput < Struct.new(
  :prepared_statements,
  :unprocessed_prepared_statement_names)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_prepared_statement_namesArray<Types::UnprocessedPreparedStatementName>

A list of one or more prepared statements that were requested but could not be returned.



172
173
174
175
176
177
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 172

class BatchGetPreparedStatementOutput < Struct.new(
  :prepared_statements,
  :unprocessed_prepared_statement_names)
  SENSITIVE = []
  include Aws::Structure
end