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



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

def consumed_capacity: () -> Types::ConsumedCapacity

#count::Integer

Returns:

  • (::Integer)


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

def count: () -> ::Integer

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

Returns:



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

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

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

Returns:



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

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

#scanned_count::Integer

Returns:

  • (::Integer)


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

def scanned_count: () -> ::Integer