Module: Aws::DynamoDB::Client::_QueryResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#consumed_capacityTypes::ConsumedCapacity



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

def consumed_capacity: () -> Types::ConsumedCapacity

#count::Integer

Returns:

  • (::Integer)


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

def count: () -> ::Integer

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

Returns:



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

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

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

Returns:



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

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

#scanned_count::Integer

Returns:

  • (::Integer)


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

def scanned_count: () -> ::Integer