AWSSimpleDBBatchDeleteAttributesRequest
Objective-C
@interface AWSSimpleDBBatchDeleteAttributesRequest
Swift
class AWSSimpleDBBatchDeleteAttributesRequest
-
The name of the domain in which the attributes are being deleted.
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<AWSSimpleDBDeletableItem *> *_Nullable items;
Swift
var items: [AWSSimpleDBDeletableItem]? { get set }