Class: Aws::Types::CreateBackupSelectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupSelectionInput
- 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.
-
#backup_selection ⇒ Types::BackupSelection
Returns the value of attribute backup_selection.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
Instance Attribute Details
#backup_plan_id ⇒ ::String
Returns the value of attribute backup_plan_id.
333 334 335 |
# File 'sig/types.rbs', line 333 def backup_plan_id @backup_plan_id end |
#backup_selection ⇒ Types::BackupSelection
Returns the value of attribute backup_selection.
334 335 336 |
# File 'sig/types.rbs', line 334 def backup_selection @backup_selection end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
335 336 337 |
# File 'sig/types.rbs', line 335 def creator_request_id @creator_request_id end |