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



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

def consumed_capacity: () -> Types::ConsumedCapacity

#count::Integer

Returns:

  • (::Integer)


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

def count: () -> ::Integer

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

Returns:



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

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

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

Returns:



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

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

#scanned_count::Integer

Returns:

  • (::Integer)


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

def scanned_count: () -> ::Integer