Class: Aws::Types::GetBackupSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBackupSelectionInput
- 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.
945 946 947 |
# File 'sig/types.rbs', line 945 def backup_plan_id @backup_plan_id end |
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def selection_id @selection_id end |