Class: Aws::Types::ScanOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacityTypes::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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def scanned_count
  @scanned_count
end