Class: Aws::S3Control::Types::LifecycleRuleAndOperator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::LifecycleRuleAndOperator
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The container for the Outposts bucket lifecycle rule and operator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_size_greater_than ⇒ Integer
Minimum object size to which the rule applies.
-
#object_size_less_than ⇒ Integer
Maximum object size to which the rule applies.
-
#prefix ⇒ String
Prefix identifying one or more objects to which the rule applies.
-
#tags ⇒ Array<Types::S3Tag>
All of these tags must exist in the object's tag set in order for the rule to apply.
Instance Attribute Details
#object_size_greater_than ⇒ Integer
Minimum object size to which the rule applies.
3219 3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3219 class LifecycleRuleAndOperator < Struct.new( :prefix, :tags, :object_size_greater_than, :object_size_less_than) SENSITIVE = [] include Aws::Structure end |
#object_size_less_than ⇒ Integer
Maximum object size to which the rule applies.
3219 3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3219 class LifecycleRuleAndOperator < Struct.new( :prefix, :tags, :object_size_greater_than, :object_size_less_than) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
Prefix identifying one or more objects to which the rule applies.
3219 3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3219 class LifecycleRuleAndOperator < Struct.new( :prefix, :tags, :object_size_greater_than, :object_size_less_than) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::S3Tag>
All of these tags must exist in the object's tag set in order for the rule to apply.
3219 3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3219 class LifecycleRuleAndOperator < Struct.new( :prefix, :tags, :object_size_greater_than, :object_size_less_than) SENSITIVE = [] include Aws::Structure end |