Class: Aws::Types::BackupPlan
- Inherits:
-
Object
- Object
- Aws::Types::BackupPlan
- 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::BackupRule]
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan_name ⇒ ::String
Returns the value of attribute backup_plan_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def backup_plan_name @backup_plan_name end |
#rules ⇒ ::Array[Types::BackupRule]
Returns the value of attribute rules.
89 90 91 |
# File 'sig/types.rbs', line 89 def rules @rules end |
#scan_settings ⇒ ::Array[Types::ScanSetting]
Returns the value of attribute scan_settings.
91 92 93 |
# File 'sig/types.rbs', line 91 def scan_settings @scan_settings end |