Class: Aws::Athena::Types::BatchGetPreparedStatementInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::BatchGetPreparedStatementInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prepared_statement_names ⇒ Array<String>
A list of prepared statement names to return.
-
#work_group ⇒ String
The name of the workgroup to which the prepared statements belong.
Instance Attribute Details
#prepared_statement_names ⇒ Array<String>
A list of prepared statement names to return.
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_group ⇒ String
The name of the workgroup to which the prepared statements belong.
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 |