Class: Aws::Types::CreateBackupSelectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupSelectionOutput
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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.
341 342 343 |
# File 'sig/types.rbs', line 341 def backup_plan_id @backup_plan_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
342 343 344 |
# File 'sig/types.rbs', line 342 def creation_date @creation_date end |
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
340 341 342 |
# File 'sig/types.rbs', line 340 def selection_id @selection_id end |