Class: Aws::S3::Types::BucketLifecycleConfiguration

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

Overview

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see [Object Lifecycle Management] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::LifecycleRule>

A lifecycle rule for individual objects in an Amazon S3 bucket.

Returns:



419
420
421
422
423
# File 'lib/aws-sdk-s3/types.rb', line 419

class BucketLifecycleConfiguration < Struct.new(
  :rules)
  SENSITIVE = []
  include Aws::Structure
end