Class: Aws::S3::Types::PutObjectLegalHoldRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass PutObjectLegalHoldRequest data as a hash:

{
  bucket: "BucketName", # required
  key: "ObjectKey", # required
  legal_hold: {
    status: "ON", # accepts ON, OFF
  },
  request_payer: "requester", # accepts requester
  version_id: "ObjectVersionId",
  content_md5: "ContentMD5",
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The bucket containing the object that you want to place a Legal Hold on.

Returns:

  • (String)


7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end

#content_md5String

The MD5 hash for the request body.

Returns:

  • (String)


7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end

#keyString

The key name for the object that you want to place a Legal Hold on.

Returns:

  • (String)


7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end

Container element for the Legal Hold configuration you want to apply to the specified object.



7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end

#request_payerString

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 docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html

Returns:

  • (String)


7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end

#version_idString

The version ID of the object that you want to place a Legal Hold on.

Returns:

  • (String)


7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'lib/aws-sdk-s3/types.rb', line 7524

class PutObjectLegalHoldRequest < Struct.new(
  :bucket,
  :key,
  :legal_hold,
  :request_payer,
  :version_id,
  :content_md5)
  include Aws::Structure
end