/AWS1/CL_ECRGETREGPOLICYRSP¶
GetRegistryPolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryid TYPE /AWS1/ECRREGISTRYID /AWS1/ECRREGISTRYID¶
The registry ID associated with the request.
iv_policytext TYPE /AWS1/ECRREGISTRYPOLICYTEXT /AWS1/ECRREGISTRYPOLICYTEXT¶
The JSON text of the permissions policy for a registry.
Queryable Attributes¶
registryId¶
The registry ID associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYID() |
Getter for REGISTRYID, with configurable default |
ASK_REGISTRYID() |
Getter for REGISTRYID w/ exceptions if field has no value |
HAS_REGISTRYID() |
Determine if REGISTRYID has a value |
policyText¶
The JSON text of the permissions policy for a registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYTEXT() |
Getter for POLICYTEXT, with configurable default |
ASK_POLICYTEXT() |
Getter for POLICYTEXT w/ exceptions if field has no value |
HAS_POLICYTEXT() |
Determine if POLICYTEXT has a value |