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
740 |
# File 'sig/client.rbs', line 740
def consumed_capacity: () -> Types::ConsumedCapacity
|
#count ⇒ ::Integer
737 |
# File 'sig/client.rbs', line 737
def count: () -> ::Integer
|
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
736 |
# File 'sig/client.rbs', line 736
def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]
|
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
739 |
# File 'sig/client.rbs', line 739
def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]
|
#scanned_count ⇒ ::Integer
738 |
# File 'sig/client.rbs', line 738
def scanned_count: () -> ::Integer
|