Module: Aws::Backup::Client::_StartBackupJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartBackupJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #backup_job_id ⇒ ::String
- #creation_date ⇒ ::Time
- #is_parent ⇒ Boolean
- #recovery_point_arn ⇒ ::String
Instance Method Details
#backup_job_id ⇒ ::String
1431 |
# File 'sig/client.rbs', line 1431
def backup_job_id: () -> ::String
|
#creation_date ⇒ ::Time
1433 |
# File 'sig/client.rbs', line 1433
def creation_date: () -> ::Time
|
#is_parent ⇒ Boolean
1434 |
# File 'sig/client.rbs', line 1434
def is_parent: () -> bool
|
#recovery_point_arn ⇒ ::String
1432 |
# File 'sig/client.rbs', line 1432
def recovery_point_arn: () -> ::String
|