AWSSimpleDBReplaceableItem
Objective-C
@interface AWSSimpleDBReplaceableItem
Swift
class AWSSimpleDBReplaceableItem
Required parameters: [Name, Attributes]
-
The list of attributes for a replaceable item.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSimpleDBReplaceableAttribute *> *_Nullable attributes;
Swift
var attributes: [AWSSimpleDBReplaceableAttribute]? { get set }
-
The name of the replaceable item.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }