Class: Aws::Types::RotationRulesType
- Inherits:
-
Object
- Object
- Aws::Types::RotationRulesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatically_after_days ⇒ ::Integer
Returns the value of attribute automatically_after_days.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
Instance Attribute Details
#automatically_after_days ⇒ ::Integer
Returns the value of attribute automatically_after_days.
374 375 376 |
# File 'sig/types.rbs', line 374 def automatically_after_days @automatically_after_days end |
#duration ⇒ ::String
Returns the value of attribute duration.
375 376 377 |
# File 'sig/types.rbs', line 375 def duration @duration end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
376 377 378 |
# File 'sig/types.rbs', line 376 def schedule_expression @schedule_expression end |