AWSS3Owner

Objective-C

@interface AWSS3Owner

Swift

class AWSS3Owner

Container for the owner’s display name and ID.

  • Container for the display name of the owner.

    Declaration

    Objective-C

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

    Swift

    var displayName: String? { get set }
  • Container for the ID of the owner.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }