/AWS1/CL_CWECREATEARCHIVERSP¶
CreateArchiveResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_archivearn TYPE /AWS1/CWEARCHIVEARN /AWS1/CWEARCHIVEARN¶
The ARN of the archive that was created.
iv_state TYPE /AWS1/CWEARCHIVESTATE /AWS1/CWEARCHIVESTATE¶
The state of the archive that was created.
iv_statereason TYPE /AWS1/CWEARCHIVESTATEREASON /AWS1/CWEARCHIVESTATEREASON¶
The reason that the archive is in the state.
iv_creationtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
The time at which the archive was created.
Queryable Attributes¶
ArchiveArn¶
The ARN of the archive that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARCHIVEARN() |
Getter for ARCHIVEARN, with configurable default |
ASK_ARCHIVEARN() |
Getter for ARCHIVEARN w/ exceptions if field has no value |
HAS_ARCHIVEARN() |
Determine if ARCHIVEARN has a value |
State¶
The state of the archive that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateReason¶
The reason that the archive is in the state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |
CreationTime¶
The time at which the archive was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |