Class: Aws::Types::BatchGetItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetItemOutput
- 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 ⇒ ::Hash[::String, ::Array[::Hash[::String, Types::AttributeValue]]]
Returns the value of attribute responses.
-
#unprocessed_keys ⇒ ::Hash[::String, Types::KeysAndAttributes]
Returns the value of attribute unprocessed_keys.
Instance Attribute Details
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
153 154 155 |
# File 'sig/types.rbs', line 153 def consumed_capacity @consumed_capacity end |
#responses ⇒ ::Hash[::String, ::Array[::Hash[::String, Types::AttributeValue]]]
Returns the value of attribute responses.
151 152 153 |
# File 'sig/types.rbs', line 151 def responses @responses end |
#unprocessed_keys ⇒ ::Hash[::String, Types::KeysAndAttributes]
Returns the value of attribute unprocessed_keys.
152 153 154 |
# File 'sig/types.rbs', line 152 def unprocessed_keys @unprocessed_keys end |