Class: Aws::Types::AwsBackupBackupPlanRuleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupPlanRuleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_window_minutes ⇒ ::Integer
Returns the value of attribute completion_window_minutes.
-
#copy_actions ⇒ ::Array[Types::AwsBackupBackupPlanRuleCopyActionsDetails]
Returns the value of attribute copy_actions.
-
#enable_continuous_backup ⇒ Boolean
Returns the value of attribute enable_continuous_backup.
-
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Returns the value of attribute lifecycle.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
-
#target_backup_vault ⇒ ::String
Returns the value of attribute target_backup_vault.
Instance Attribute Details
#completion_window_minutes ⇒ ::Integer
Returns the value of attribute completion_window_minutes.
730 731 732 |
# File 'sig/types.rbs', line 730 def completion_window_minutes @completion_window_minutes end |
#copy_actions ⇒ ::Array[Types::AwsBackupBackupPlanRuleCopyActionsDetails]
Returns the value of attribute copy_actions.
731 732 733 |
# File 'sig/types.rbs', line 731 def copy_actions @copy_actions end |
#enable_continuous_backup ⇒ Boolean
Returns the value of attribute enable_continuous_backup.
729 730 731 |
# File 'sig/types.rbs', line 729 def enable_continuous_backup @enable_continuous_backup end |
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Returns the value of attribute lifecycle.
732 733 734 |
# File 'sig/types.rbs', line 732 def lifecycle @lifecycle end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
728 729 730 |
# File 'sig/types.rbs', line 728 def rule_id @rule_id end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
727 728 729 |
# File 'sig/types.rbs', line 727 def rule_name @rule_name end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
726 727 728 |
# File 'sig/types.rbs', line 726 def schedule_expression @schedule_expression end |
#start_window_minutes ⇒ ::Integer
Returns the value of attribute start_window_minutes.
725 726 727 |
# File 'sig/types.rbs', line 725 def start_window_minutes @start_window_minutes end |
#target_backup_vault ⇒ ::String
Returns the value of attribute target_backup_vault.
724 725 726 |
# File 'sig/types.rbs', line 724 def target_backup_vault @target_backup_vault end |