AWSDynamoDBGetItemOutput
Objective-C
@interface AWSDynamoDBGetItemOutput
Swift
class AWSDynamoDBGetItemOutput
Represents the output of a GetItem operation.
-
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 Capacity unit consumption for read operations in the Amazon DynamoDB Developer Guide.Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBConsumedCapacity *_Nullable consumedCapacity;Swift
var consumedCapacity: AWSDynamoDBConsumedCapacity? { get set } -
A map of attribute names to
AttributeValueobjects, as specified byProjectionExpression.Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSDynamoDBAttributeValue *> *_Nullable item;Swift
var item: [String : AWSDynamoDBAttributeValue]? { get set }
View on GitHub
Install in Dash
AWSDynamoDBGetItemOutput Class Reference