Module: Aws::DynamoDB::Client::_ScanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ScanOutput]
- 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
847 |
# File 'sig/client.rbs', line 847
def consumed_capacity: () -> Types::ConsumedCapacity
|
#count ⇒ ::Integer
844 |
# File 'sig/client.rbs', line 844
def count: () -> ::Integer
|
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
843 |
# File 'sig/client.rbs', line 843
def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]
|
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
846 |
# File 'sig/client.rbs', line 846
def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]
|
#scanned_count ⇒ ::Integer
845 |
# File 'sig/client.rbs', line 845
def scanned_count: () -> ::Integer
|