Class: Aws::S3::Types::LifecycleConfiguration

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

Overview

Container for lifecycle rules. You can add as many as 1000 rules.

For more information see, [Managing your storage lifecycle] in the *Amazon S3 User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::Rule>

Specifies lifecycle configuration rules for an Amazon S3 bucket.

Returns:



9061
9062
9063
9064
9065
# File 'lib/aws-sdk-s3/types.rb', line 9061

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