Class: Aws::Types::AwsBackupBackupPlanBackupPlanDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupPlanBackupPlanDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ ::Array[Types::AwsBackupBackupPlanAdvancedBackupSettingsDetails]
Returns the value of attribute advanced_backup_settings.
-
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
-
#backup_plan_rule ⇒ ::Array[Types::AwsBackupBackupPlanRuleDetails]
Returns the value of attribute backup_plan_rule.
Instance Attribute Details
#advanced_backup_settings ⇒ ::Array[Types::AwsBackupBackupPlanAdvancedBackupSettingsDetails]
Returns the value of attribute advanced_backup_settings.
698 699 700 |
# File 'sig/types.rbs', line 698 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
697 698 699 |
# File 'sig/types.rbs', line 697 def backup_plan_name @backup_plan_name end |
#backup_plan_rule ⇒ ::Array[Types::AwsBackupBackupPlanRuleDetails]
Returns the value of attribute backup_plan_rule.
699 700 701 |
# File 'sig/types.rbs', line 699 def backup_plan_rule @backup_plan_rule end |