AWSS3ReplicateObjectOutput
Objective-C
@interface AWSS3ReplicateObjectOutput
Swift
class AWSS3ReplicateObjectOutput
-
Container for all response elements.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ReplicateObjectResult *_Nullable replicateObjectResult;
Swift
var replicateObjectResult: AWSS3ReplicateObjectResult? { get set }
-
Version of the copied object in the destination bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable replicateSourceVersionId;
Swift
var replicateSourceVersionId: String? { get set }
-
If the object expiration is configured, the response includes this header.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable expiration;
Swift
var expiration: String? { get set }
-
If present, indicates that the requester was successfully charged for the request.
Declaration
Objective-C
@property (nonatomic) AWSS3RequestCharged requestCharged;
Swift
var requestCharged: AWSS3RequestCharged { get set }
-
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSECustomerAlgorithm;
Swift
var sseCustomerAlgorithm: String? { get set }
-
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSECustomerKeyMD5;
Swift
var sseCustomerKeyMD5: String? { get set }
-
If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSEKMSEncryptionContext;
Swift
var ssekmsEncryptionContext: String? { get set }
-
If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSEKMSKeyId;
Swift
var ssekmsKeyId: String? { get set }
-
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
Declaration
Objective-C
@property (nonatomic) AWSS3ServerSideEncryption serverSideEncryption;
Swift
var serverSideEncryption: AWSS3ServerSideEncryption { get set }
-
Version ID of the newly created copy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable versionId;
Swift
var versionId: String? { get set }