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

Minimum object size to which the rule applies.

Returns:

  • (Integer)


4324
4325
4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4324

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

#object_size_less_thanInteger

Maximum object size to which the rule applies.

Returns:

  • (Integer)


4324
4325
4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4324

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)


4324
4325
4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4324

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:



4324
4325
4326
4327
4328
4329
4330
4331
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4324

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