Class: Aws::Types::BatchGetPreparedStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPreparedStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prepared_statement_names ⇒ ::Array[::String]
Returns the value of attribute prepared_statement_names.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#prepared_statement_names ⇒ ::Array[::String]
Returns the value of attribute prepared_statement_names.
42 43 44 |
# File 'sig/types.rbs', line 42 def prepared_statement_names @prepared_statement_names end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
43 44 45 |
# File 'sig/types.rbs', line 43 def work_group @work_group end |