Module: Aws::DynamoDB::Client::_ScanResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::ScanOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#consumed_capacityTypes::ConsumedCapacity



847
# File 'sig/client.rbs', line 847

def consumed_capacity: () -> Types::ConsumedCapacity

#count::Integer

Returns:

  • (::Integer)


844
# File 'sig/client.rbs', line 844

def count: () -> ::Integer

#items::Array[::Hash[::String, Types::AttributeValue]]

Returns:



843
# File 'sig/client.rbs', line 843

def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]

#last_evaluated_key::Hash[::String, Types::AttributeValue]

Returns:



846
# File 'sig/client.rbs', line 846

def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]

#scanned_count::Integer

Returns:

  • (::Integer)


845
# File 'sig/client.rbs', line 845

def scanned_count: () -> ::Integer