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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::LifecycleRule>

Returns:



2389
2390
2391
2392
# File 'lib/aws-sdk-s3/types.rb', line 2389

class GetBucketLifecycleConfigurationOutput < Struct.new(
  :rules)
  include Aws::Structure
end