You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::S3Retention

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Retention as input to an Aws::Client method, you can use a vanilla Hash:

{
  retain_until_date: Time.now,
  mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
}

Contains the S3 Object Lock retention mode to be applied to all objects in the S3 Batch Operations job. If you don't provide Mode and RetainUntilDate data types in your operation, you will remove the retention from your objects. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon Simple Storage Service Developer Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The Object Lock retention mode to be applied to all objects in the Batch Operations job.

Possible values:

  • COMPLIANCE
  • GOVERNANCE

Returns:

  • (String)

    The Object Lock retention mode to be applied to all objects in the Batch Operations job.

#retain_until_dateTime

The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.

Returns:

  • (Time)

    The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.