Module: Aws::DynamoDB::Client::_ExecuteStatementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExecuteStatementOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #consumed_capacity ⇒ Types::ConsumedCapacity
- #items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
- #last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
- #next_token ⇒ ::String
Instance Method Details
#consumed_capacity ⇒ Types::ConsumedCapacity
466 |
# File 'sig/client.rbs', line 466
def consumed_capacity: () -> Types::ConsumedCapacity
|
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
464 |
# File 'sig/client.rbs', line 464
def items: () -> ::Array[::Hash[::String, Types::AttributeValue]]
|
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
467 |
# File 'sig/client.rbs', line 467
def last_evaluated_key: () -> ::Hash[::String, Types::AttributeValue]
|
#next_token ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def next_token: () -> ::String
|