AWSSimpleDBBatchPutAttributesRequest
Objective-C
@interface AWSSimpleDBBatchPutAttributesRequest
Swift
class AWSSimpleDBBatchPutAttributesRequest
-
The name of the domain in which the attributes are being stored.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainName;
Swift
var domainName: String? { get set }
-
A list of items on which to perform the operation.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSimpleDBReplaceableItem *> *_Nullable items;
Swift
var items: [AWSSimpleDBReplaceableItem]? { get set }