/AWS1/CL_BUPCREBACKUPSELIONOUT¶
CreateBackupSelectionOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_selectionid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
iv_backupplanid
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The ID of the backup plan.
iv_creationdate
TYPE /AWS1/BUPTIMESTAMP
/AWS1/BUPTIMESTAMP
¶
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Queryable Attributes¶
SelectionId¶
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SELECTIONID() |
Getter for SELECTIONID, with configurable default |
ASK_SELECTIONID() |
Getter for SELECTIONID w/ exceptions if field has no value |
HAS_SELECTIONID() |
Determine if SELECTIONID has a value |
BackupPlanId¶
The ID of the 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 |
CreationDate¶
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
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_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 |