Class: Aws::Types::ApplicationVersionLifecycleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationVersionLifecycleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_age_rule ⇒ Types::MaxAgeRule
Returns the value of attribute max_age_rule.
-
#max_count_rule ⇒ Types::MaxCountRule
Returns the value of attribute max_count_rule.
Instance Attribute Details
#max_age_rule ⇒ Types::MaxAgeRule
Returns the value of attribute max_age_rule.
89 90 91 |
# File 'sig/types.rbs', line 89 def max_age_rule @max_age_rule end |
#max_count_rule ⇒ Types::MaxCountRule
Returns the value of attribute max_count_rule.
88 89 90 |
# File 'sig/types.rbs', line 88 def max_count_rule @max_count_rule end |