/AWS1/CL_BUPSTARTBACKUPJOBOUT¶
StartBackupJobOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_backupjobid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
Uniquely identifies a request to Backup to back up a resource.
iv_recoverypointarn TYPE /AWS1/BUPARN /AWS1/BUPARN¶
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
iv_creationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_isparent TYPE /AWS1/BUPBOOLEAN2 /AWS1/BUPBOOLEAN2¶
This is a returned boolean value indicating this is a parent (composite) backup job.
Queryable Attributes¶
BackupJobId¶
Uniquely identifies a request to Backup to back up a resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPJOBID() |
Getter for BACKUPJOBID, with configurable default |
ASK_BACKUPJOBID() |
Getter for BACKUPJOBID w/ exceptions if field has no value |
HAS_BACKUPJOBID() |
Determine if BACKUPJOBID has a value |
RecoveryPointArn¶
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN, with configurable default |
ASK_RECOVERYPOINTARN() |
Getter for RECOVERYPOINTARN w/ exceptions if field has no va |
HAS_RECOVERYPOINTARN() |
Determine if RECOVERYPOINTARN has a value |
CreationDate¶
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
IsParent¶
This is a returned boolean value indicating this is a parent (composite) backup job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPARENT() |
Getter for ISPARENT |