Class: Aws::Types::MaxAgeRule
- Inherits:
-
Object
- Object
- Aws::Types::MaxAgeRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_source_from_s3 ⇒ Boolean
Returns the value of attribute delete_source_from_s3.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#max_age_in_days ⇒ ::Integer
Returns the value of attribute max_age_in_days.
Instance Attribute Details
#delete_source_from_s3 ⇒ Boolean
Returns the value of attribute delete_source_from_s3.
740 741 742 |
# File 'sig/types.rbs', line 740 def delete_source_from_s3 @delete_source_from_s3 end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
738 739 740 |
# File 'sig/types.rbs', line 738 def enabled @enabled end |
#max_age_in_days ⇒ ::Integer
Returns the value of attribute max_age_in_days.
739 740 741 |
# File 'sig/types.rbs', line 739 def max_age_in_days @max_age_in_days end |