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>)


154
155
156
157
158
159
# File 'lib/aws-sdk-athena/types.rb', line 154

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)


154
155
156
157
158
159
# File 'lib/aws-sdk-athena/types.rb', line 154

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