Class: Aws::Types::BackupPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::BackupPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
-
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
-
#rules ⇒ ::Array[Types::BackupRuleInput]
Returns the value of attribute rules.
-
#scan_settings ⇒ ::Array[Types::ScanSetting]
Returns the value of attribute scan_settings.
Instance Attribute Details
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
98 99 100 |
# File 'sig/types.rbs', line 98 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def backup_plan_name @backup_plan_name end |
#rules ⇒ ::Array[Types::BackupRuleInput]
Returns the value of attribute rules.
97 98 99 |
# File 'sig/types.rbs', line 97 def rules @rules end |
#scan_settings ⇒ ::Array[Types::ScanSetting]
Returns the value of attribute scan_settings.
99 100 101 |
# File 'sig/types.rbs', line 99 def scan_settings @scan_settings end |