AWSS3MetadataEntry

Objective-C

@interface AWSS3MetadataEntry

Swift

class AWSS3MetadataEntry

A metadata key-value pair to store with an object.

  • Name of the Object.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Value of the Object.

    Declaration

    Objective-C

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

    Swift

    var value: String? { get set }