Class: Aws::Athena::Types::BatchGetPreparedStatementInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prepared_statement_namesArray<String>

A list of prepared statement names to return.

Returns:

  • (Array<String>)


158
159
160
161
162
163
# File 'lib/aws-sdk-athena/types.rb', line 158

class BatchGetPreparedStatementInput < Struct.new(
  :prepared_statement_names,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the workgroup to which the prepared statements belong.

Returns:

  • (String)


158
159
160
161
162
163
# File 'lib/aws-sdk-athena/types.rb', line 158

class BatchGetPreparedStatementInput < Struct.new(
  :prepared_statement_names,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end