Class: Aws::Types::DeleteBackupSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBackupSelectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
-
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
Instance Attribute Details
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def backup_plan_id @backup_plan_id end |
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
517 518 519 |
# File 'sig/types.rbs', line 517 def selection_id @selection_id end |