Class: Aws::S3::Types::GetBucketLifecycleOutput

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::Rule>

Returns:



2605
2606
2607
2608
# File 'lib/aws-sdk-s3/types.rb', line 2605

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