Class: Aws::S3::Types::GetBucketLifecycleConfigurationOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::LifecycleRule>

Container for a lifecycle rule.

Returns:



5659
5660
5661
5662
5663
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5659

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