Class: Aws::S3Control::Types::PutBucketLifecycleConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutBucketLifecycleConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the Outposts bucket.
-
#bucket ⇒ String
The name of the bucket for which to set the configuration.
-
#lifecycle_configuration ⇒ Types::LifecycleConfiguration
Container for lifecycle rules.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Outposts bucket.
6144 6145 6146 6147 6148 6149 6150 |
# File 'lib/aws-sdk-s3control/types.rb', line 6144 class PutBucketLifecycleConfigurationRequest < Struct.new( :account_id, :bucket, :lifecycle_configuration) SENSITIVE = [] include Aws::Structure end |
#bucket ⇒ String
The name of the bucket for which to set the configuration.
6144 6145 6146 6147 6148 6149 6150 |
# File 'lib/aws-sdk-s3control/types.rb', line 6144 class PutBucketLifecycleConfigurationRequest < Struct.new( :account_id, :bucket, :lifecycle_configuration) SENSITIVE = [] include Aws::Structure end |
#lifecycle_configuration ⇒ Types::LifecycleConfiguration
Container for lifecycle rules. You can add as many as 1,000 rules.
6144 6145 6146 6147 6148 6149 6150 |
# File 'lib/aws-sdk-s3control/types.rb', line 6144 class PutBucketLifecycleConfigurationRequest < Struct.new( :account_id, :bucket, :lifecycle_configuration) SENSITIVE = [] include Aws::Structure end |