/AWS1/CL_BUPDELBACKUPPLANOUT¶
DeleteBackupPlanOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_backupplanid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Uniquely identifies a backup plan.
iv_backupplanarn
TYPE /AWS1/BUPARN
/AWS1/BUPARN
¶
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
iv_deletiondate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of
DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_versionid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
Queryable Attributes¶
BackupPlanId¶
Uniquely identifies a backup plan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPPLANID() |
Getter for BACKUPPLANID, with configurable default |
ASK_BACKUPPLANID() |
Getter for BACKUPPLANID w/ exceptions if field has no value |
HAS_BACKUPPLANID() |
Determine if BACKUPPLANID has a value |
BackupPlanArn¶
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPPLANARN() |
Getter for BACKUPPLANARN, with configurable default |
ASK_BACKUPPLANARN() |
Getter for BACKUPPLANARN w/ exceptions if field has no value |
HAS_BACKUPPLANARN() |
Determine if BACKUPPLANARN has a value |
DeletionDate¶
The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of
DeletionDate
is 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_DELETIONDATE() |
Getter for DELETIONDATE, with configurable default |
ASK_DELETIONDATE() |
Getter for DELETIONDATE w/ exceptions if field has no value |
HAS_DELETIONDATE() |
Determine if DELETIONDATE has a value |
VersionId¶
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |