Class: Aws::S3::Types::GetBucketLifecycleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLifecycleOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#rules ⇒ Array<Types::Rule>
2605 2606 2607 2608 |
# File 'lib/aws-sdk-s3/types.rb', line 2605 class GetBucketLifecycleOutput < Struct.new( :rules) include Aws::Structure end |