Class: Aws::Types::QueryOutput

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.



1272
1273
1274
# File 'sig/types.rbs', line 1272

def consumed_capacity
  @consumed_capacity
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def scanned_count
  @scanned_count
end