Class: Aws::Types::BatchExecuteStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchExecuteStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
-
#responses ⇒ ::Array[Types::BatchStatementResponse]
Returns the value of attribute responses.
Instance Attribute Details
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
140 141 142 |
# File 'sig/types.rbs', line 140 def consumed_capacity @consumed_capacity end |
#responses ⇒ ::Array[Types::BatchStatementResponse]
Returns the value of attribute responses.
139 140 141 |
# File 'sig/types.rbs', line 139 def responses @responses end |