Class: Aws::Types::GetBackupSelectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBackupSelectionOutput
- 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.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_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.
953 954 955 |
# File 'sig/types.rbs', line 953 def backup_plan_id @backup_plan_id end |
#backup_selection ⇒ Types::BackupSelection
Returns the value of attribute backup_selection.
951 952 953 |
# File 'sig/types.rbs', line 951 def backup_selection @backup_selection end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
954 955 956 |
# File 'sig/types.rbs', line 954 def creation_date @creation_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
955 956 957 |
# File 'sig/types.rbs', line 955 def creator_request_id @creator_request_id end |
#selection_id ⇒ ::String
Returns the value of attribute selection_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def selection_id @selection_id end |