Class: Aws::Types::LongTermBackupSchedule
- Inherits:
-
Object
- Object
- Aws::Types::LongTermBackupSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
-
#repeat_cadence ⇒ "ONE_TIME", ...
Returns the value of attribute repeat_cadence.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
-
#time_of_backup ⇒ ::Time
Returns the value of attribute time_of_backup.
Instance Attribute Details
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def is_disabled @is_disabled end |
#repeat_cadence ⇒ "ONE_TIME", ...
Returns the value of attribute repeat_cadence.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def repeat_cadence @repeat_cadence end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def retention_period_in_days @retention_period_in_days end |
#time_of_backup ⇒ ::Time
Returns the value of attribute time_of_backup.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def time_of_backup @time_of_backup end |