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:



2578
2579
2580
2581
# File 'lib/aws-sdk-s3/types.rb', line 2578

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