Class: Aws::Types::UpdateBackupPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackupPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan ⇒ Types::BackupPlanInput
Returns the value of attribute backup_plan.
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
Instance Attribute Details
#backup_plan ⇒ Types::BackupPlanInput
Returns the value of attribute backup_plan.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def backup_plan @backup_plan end |
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def backup_plan_id @backup_plan_id end |