class Aws::S3::Types::LifecycleExpiration


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LifecycleExpiration AWS API Documentation
@return [Boolean]
specified with Days or Date in a Lifecycle Expiration Policy.
expired; if set to false the policy takes no action. This cannot be
noncurrent versions. If set to true, the delete marker will be
Indicates whether Amazon S3 will remove a delete marker with no
@!attribute [rw] expired_object_delete_marker
@return [Integer]
the rule. The value must be a non-zero positive integer.
Indicates the lifetime, in days, of the objects that are subject to
@!attribute [rw] days
@return [Time]
be in GMT ISO 8601 Format.
Indicates at what date the object is to be moved or deleted. Should
@!attribute [rw] date
}
expired_object_delete_marker: false,
days: 1,
date: Time.now,
{
data as a hash:
@note When making an API call, you may pass LifecycleExpiration