Module: Aws::Backup::Client::_GetBackupSelectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBackupSelectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #backup_plan_id ⇒ ::String
- #backup_selection ⇒ Types::BackupSelection
- #creation_date ⇒ ::Time
- #creator_request_id ⇒ ::String
- #selection_id ⇒ ::String
Instance Method Details
#backup_plan_id ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def backup_plan_id: () -> ::String
|
#backup_selection ⇒ Types::BackupSelection
771 |
# File 'sig/client.rbs', line 771
def backup_selection: () -> Types::BackupSelection
|
#creation_date ⇒ ::Time
774 |
# File 'sig/client.rbs', line 774
def creation_date: () -> ::Time
|
#creator_request_id ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def creator_request_id: () -> ::String
|
#selection_id ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def selection_id: () -> ::String
|