Class: Aws::Types::ScanOutput
- Inherits:
-
Object
- Object
- Aws::Types::ScanOutput
- 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.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def consumed_capacity @consumed_capacity end |
#count ⇒ ::Integer
Returns the value of attribute count.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def count @count end |
#items ⇒ ::Array[::Hash[::String, Types::AttributeValue]]
Returns the value of attribute items.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def items @items end |
#last_evaluated_key ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute last_evaluated_key.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def last_evaluated_key @last_evaluated_key end |
#scanned_count ⇒ ::Integer
Returns the value of attribute scanned_count.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def scanned_count @scanned_count end |