AWSS3Initiator
Objective-C
@interface AWSS3Initiator
Swift
class AWSS3Initiator
Container element that identifies who initiated the multipart upload.
-
Name of the Principal.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable displayName;
Swift
var displayName: String? { get set }
-
If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }