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
1510 |
# File 'sig/client.rbs', line 1510
def backup_job_id: () -> ::String
|
#creation_date ⇒ ::Time
1512 |
# File 'sig/client.rbs', line 1512
def creation_date: () -> ::Time
|
#is_parent ⇒ Boolean
1513 |
# File 'sig/client.rbs', line 1513
def is_parent: () -> bool
|
#recovery_point_arn ⇒ ::String
1511 |
# File 'sig/client.rbs', line 1511
def recovery_point_arn: () -> ::String
|