Class: Aws::S3Control::Types::LifecycleRuleAndOperator

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#object_size_greater_thanInteger

The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7.

Returns:

  • (Integer)


4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4334

class LifecycleRuleAndOperator < Struct.new(
  :prefix,
  :tags,
  :object_size_greater_than,
  :object_size_less_than)
  SENSITIVE = []
  include Aws::Structure
end

#object_size_less_thanInteger

The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77.

Returns:

  • (Integer)


4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4334

class LifecycleRuleAndOperator < Struct.new(
  :prefix,
  :tags,
  :object_size_greater_than,
  :object_size_less_than)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

Prefix identifying one or more objects to which the rule applies.

Returns:

  • (String)


4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4334

class LifecycleRuleAndOperator < Struct.new(
  :prefix,
  :tags,
  :object_size_greater_than,
  :object_size_less_than)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::S3Tag>

All of these tags must exist in the object's tag set in order for the rule to apply.

Returns:



4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4334

class LifecycleRuleAndOperator < Struct.new(
  :prefix,
  :tags,
  :object_size_greater_than,
  :object_size_less_than)
  SENSITIVE = []
  include Aws::Structure
end