AWSS3ReplicateObjectOutput Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSS3Model.h AWSS3Model.m |
replicateObjectResult
@property (nonatomic, strong) AWSS3ReplicateObjectResult *replicateObjectResult
Declared In
AWSS3Model.h
replicateSourceVersionId
@property (nonatomic, strong) NSString *replicateSourceVersionId
Declared In
AWSS3Model.h
expiration
If the object expiration is configured, the response includes this header.
@property (nonatomic, strong) NSString *expiration
Declared In
AWSS3Model.h
requestCharged
If present, indicates that the requester was successfully charged for the request.
@property (nonatomic, assign) AWSS3RequestCharged requestCharged
Declared In
AWSS3Model.h
SSECustomerAlgorithm
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
@property (nonatomic, strong) NSString *SSECustomerAlgorithm
Declared In
AWSS3Model.h
SSECustomerKeyMD5
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.
@property (nonatomic, strong) NSString *SSECustomerKeyMD5
Declared In
AWSS3Model.h
SSEKMSKeyId
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.
@property (nonatomic, strong) NSString *SSEKMSKeyId
Declared In
AWSS3Model.h
serverSideEncryption
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
@property (nonatomic, assign) AWSS3ServerSideEncryption serverSideEncryption
Declared In
AWSS3Model.h
versionId
Version ID of the newly created copy.
@property (nonatomic, strong) NSString *versionId
Declared In
AWSS3Model.h