/AWS1/CL_GLUGETRESOURCEPLYRSP¶
GetResourcePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policyinjson TYPE /AWS1/GLUPOLICYJSONSTRING /AWS1/GLUPOLICYJSONSTRING¶
Contains the requested policy document, in JSON format.
iv_policyhash TYPE /AWS1/GLUHASHSTRING /AWS1/GLUHASHSTRING¶
Contains the hash value associated with this policy.
iv_createtime TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time at which the policy was created.
iv_updatetime TYPE /AWS1/GLUTIMESTAMP /AWS1/GLUTIMESTAMP¶
The date and time at which the policy was last updated.
Queryable Attributes¶
PolicyInJson¶
Contains the requested policy document, in JSON format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYINJSON() |
Getter for POLICYINJSON, with configurable default |
ASK_POLICYINJSON() |
Getter for POLICYINJSON w/ exceptions if field has no value |
HAS_POLICYINJSON() |
Determine if POLICYINJSON has a value |
PolicyHash¶
Contains the hash value associated with this policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYHASH() |
Getter for POLICYHASH, with configurable default |
ASK_POLICYHASH() |
Getter for POLICYHASH w/ exceptions if field has no value |
HAS_POLICYHASH() |
Determine if POLICYHASH has a value |
CreateTime¶
The date and time at which the policy was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
UpdateTime¶
The date and time at which the policy was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |