Class: Aws::Types::QueryOutput
- Inherits:
-
Object
- Object
- Aws::Types::QueryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#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.
-
#scanned_count ⇒ ::Integer
Returns the value of attribute scanned_count.
Instance Attribute Details
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def consumed_capacity @consumed_capacity end |
#count ⇒ ::Integer
Returns the value of attribute count.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def count @count end |
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute items.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def items @items end |
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute last_evaluated_key.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def last_evaluated_key @last_evaluated_key end |
#scanned_count ⇒ ::Integer
Returns the value of attribute scanned_count.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def scanned_count @scanned_count end |