Class: Aws::Types::ExecuteTransactionOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteTransactionOutput
- 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::ItemResponse]
Returns the value of attribute responses.
Instance Attribute Details
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
636 637 638 |
# File 'sig/types.rbs', line 636 def consumed_capacity @consumed_capacity end |
#responses ⇒ ::Array[Types::ItemResponse]
Returns the value of attribute responses.
635 636 637 |
# File 'sig/types.rbs', line 635 def responses @responses end |