Module: Aws::DynamoDB::Client::_QueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::QueryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #consumed_capacity ⇒ Types::ConsumedCapacity
- #count ⇒ ::Integer
- #items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
- #last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
- #scanned_count ⇒ ::Integer
Instance Method Details
#consumed_capacity ⇒ Types::ConsumedCapacity
746 |
# File 'sig/client.rbs', line 746
def consumed_capacity: () -> Types::ConsumedCapacity
|
#count ⇒ ::Integer
743 |
# File 'sig/client.rbs', line 743
def count: () -> ::Integer
|
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
742 |
# File 'sig/client.rbs', line 742
def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]
|
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
745 |
# File 'sig/client.rbs', line 745
def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]
|
#scanned_count ⇒ ::Integer
744 |
# File 'sig/client.rbs', line 744
def scanned_count: () -> ::Integer
|