Class: Aws::Types::BatchGetItemOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacity::Array[Types::ConsumedCapacity]

Returns the value of attribute consumed_capacity.

Returns:



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.

Returns:



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.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def unprocessed_keys
  @unprocessed_keys
end