Class: Aws::Types::LifecycleRuleAndOperator
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleRuleAndOperator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_size_greater_than ⇒ ::Integer
Returns the value of attribute object_size_greater_than.
-
#object_size_less_than ⇒ ::Integer
Returns the value of attribute object_size_less_than.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#tags ⇒ ::Array[Types::S3Tag]
Returns the value of attribute tags.
Instance Attribute Details
#object_size_greater_than ⇒ ::Integer
Returns the value of attribute object_size_greater_than.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def object_size_greater_than @object_size_greater_than end |
#object_size_less_than ⇒ ::Integer
Returns the value of attribute object_size_less_than.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def object_size_less_than @object_size_less_than end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def prefix @prefix end |
#tags ⇒ ::Array[Types::S3Tag]
Returns the value of attribute tags.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def @tags end |