Class: Aws::Types::ExecuteStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
-
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute items.
-
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute last_evaluated_key.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
622 623 624 |
# File 'sig/types.rbs', line 622 def consumed_capacity @consumed_capacity end |
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute items.
620 621 622 |
# File 'sig/types.rbs', line 620 def items @items end |
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute last_evaluated_key.
623 624 625 |
# File 'sig/types.rbs', line 623 def last_evaluated_key @last_evaluated_key end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
621 622 623 |
# File 'sig/types.rbs', line 621 def next_token @next_token end |