Class: Aws::Types::UpdateBackupPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackupPlanOutput
- 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_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#scan_settings ⇒ ::Array[Types::ScanSetting]
Returns the value of attribute scan_settings.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#advanced_backup_settings ⇒ ::Array[Types::AdvancedBackupSetting]
Returns the value of attribute advanced_backup_settings.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def advanced_backup_settings @advanced_backup_settings end |
#backup_plan_arn ⇒ ::String
Returns the value of attribute backup_plan_arn.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def backup_plan_arn @backup_plan_arn end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def backup_plan_id @backup_plan_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def creation_date @creation_date end |
#scan_settings ⇒ ::Array[Types::ScanSetting]
Returns the value of attribute scan_settings.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def scan_settings @scan_settings end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def version_id @version_id end |