GetItemOutput class
Represents the output of a GetItem operation.
Constructors
- 
          GetItemOutput({ConsumedCapacity? consumedCapacity, Map<String, AttributeValue> ? item})
- 
          GetItemOutput.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- consumedCapacity → ConsumedCapacity?
- 
  The capacity units consumed by the GetItemoperation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation.ConsumedCapacityis only returned if theReturnConsumedCapacityparameter was specified. For more information, see Read/Write Capacity Mode in the Amazon DynamoDB Developer Guide.final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  item
  → Map<String, AttributeValue> ?
- 
  A map of attribute names to AttributeValueobjects, as specified byProjectionExpression.final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited