GetItemOutput

public struct GetItemOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Read/Write Capacity Mode in the Amazon DynamoDB Developer Guide.

    Declaration

    Swift

    public let consumedCapacity: ConsumedCapacity?
  • A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

    Declaration

    Swift

    public let item: [String : AttributeValue]?
  • Undocumented

    Declaration

    Swift

    public init(consumedCapacity: ConsumedCapacity? = nil, item: [String : AttributeValue]? = nil)