AWSS3GetObjectLegalHoldRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSS3Model.h AWSS3Model.m |
bucket
The bucket containing the object whose Legal Hold status you want to retrieve.
@property (nonatomic, strong) NSString *bucket
Declared In
AWSS3Model.h
key
The key name for the object whose Legal Hold status you want to retrieve.
@property (nonatomic, strong) NSString *key
Declared In
AWSS3Model.h
requestPayer
Confirms that the requester knows that she or he will be charged for the request. Bucket owners need not specify this parameter in their requests. Documentation on downloading objects from requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
@property (nonatomic, assign) AWSS3RequestPayer requestPayer
Declared In
AWSS3Model.h
versionId
The version ID of the object whose Legal Hold status you want to retrieve.
@property (nonatomic, strong) NSString *versionId
Declared In
AWSS3Model.h