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
835 |
# File 'sig/client.rbs', line 835
def consumed_capacity: () -> Types::ConsumedCapacity
|
#count ⇒ ::Integer
832 |
# File 'sig/client.rbs', line 832
def count: () -> ::Integer
|
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
831 |
# File 'sig/client.rbs', line 831
def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]
|
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
834 |
# File 'sig/client.rbs', line 834
def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]
|
#scanned_count ⇒ ::Integer
833 |
# File 'sig/client.rbs', line 833
def scanned_count: () -> ::Integer
|