AWSSimpleDBItem

Objective-C

@interface AWSSimpleDBItem

Swift

class AWSSimpleDBItem

Required parameters: [Name, Attributes]

  • Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable alternateNameEncoding;

    Swift

    var alternateNameEncoding: String? { get set }
  • A list of attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSimpleDBAttribute *> *_Nullable attributes;

    Swift

    var attributes: [AWSSimpleDBAttribute]? { get set }
  • The name of the item.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }