Class: Aws::S3::Types::GetBucketLifecycleConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLifecycleConfigurationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
Instance Attribute Details
#rules ⇒ Array<Types::LifecycleRule>
2578 2579 2580 2581 |
# File 'lib/aws-sdk-s3/types.rb', line 2578 class GetBucketLifecycleConfigurationOutput < Struct.new( :rules) include Aws::Structure end |