Class: Aws::Types::BatchGetPreparedStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPreparedStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#prepared_statements ⇒ ::Array[Types::PreparedStatement]
Returns the value of attribute prepared_statements.
-
#unprocessed_prepared_statement_names ⇒ ::Array[Types::UnprocessedPreparedStatementName]
Returns the value of attribute unprocessed_prepared_statement_names.
Instance Attribute Details
#prepared_statements ⇒ ::Array[Types::PreparedStatement]
Returns the value of attribute prepared_statements.
48 49 50 |
# File 'sig/types.rbs', line 48 def prepared_statements @prepared_statements end |
#unprocessed_prepared_statement_names ⇒ ::Array[Types::UnprocessedPreparedStatementName]
Returns the value of attribute unprocessed_prepared_statement_names.
49 50 51 |
# File 'sig/types.rbs', line 49 def unprocessed_prepared_statement_names @unprocessed_prepared_statement_names end |