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::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#object_size_greater_than ⇒ ::Integer
Returns the value of attribute object_size_greater_than.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def object_size_greater_than @object_size_greater_than end |
#object_size_less_than ⇒ ::Integer
Returns the value of attribute object_size_less_than.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def object_size_less_than @object_size_less_than end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def prefix @prefix end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def @tags end |