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>
2416 2417 2418 2419 |
# File 'lib/aws-sdk-s3/types.rb', line 2416 class GetBucketLifecycleOutput < Struct.new( :rules) include Aws::Structure end |