/AWS1/CL_GLAGETVAULTLOCKOUTPUT¶
Contains the Amazon S3 Glacier response to your request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policy TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The vault lock policy as a JSON string, which uses "\" as an escape character.
iv_state TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The state of the vault lock.
InProgressorLocked.
iv_expirationdate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The UTC date and time at which the lock ID expires. This value can be
nullif the vault lock is in aLockedstate.
iv_creationdate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The UTC date and time at which the vault lock was put into the
InProgressstate.
Queryable Attributes¶
Policy¶
The vault lock policy as a JSON string, which uses "\" as an escape character.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_POLICY() | Getter for POLICY, with configurable default | 
| ASK_POLICY() | Getter for POLICY w/ exceptions if field has no value | 
| HAS_POLICY() | Determine if POLICY has a value | 
State¶
The state of the vault lock.
InProgressorLocked.
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 | 
ExpirationDate¶
The UTC date and time at which the lock ID expires. This value can be
nullif the vault lock is in aLockedstate.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_EXPIRATIONDATE() | Getter for EXPIRATIONDATE, with configurable default | 
| ASK_EXPIRATIONDATE() | Getter for EXPIRATIONDATE w/ exceptions if field has no valu | 
| HAS_EXPIRATIONDATE() | Determine if EXPIRATIONDATE has a value | 
CreationDate¶
The UTC date and time at which the vault lock was put into the
InProgressstate.
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 |