/AWS1/CL_ECRDELETELCPOLICYRSP¶
DeleteLifecyclePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_registryid TYPE /AWS1/ECRREGISTRYID /AWS1/ECRREGISTRYID¶
The registry ID associated with the request.
iv_repositoryname TYPE /AWS1/ECRREPOSITORYNAME /AWS1/ECRREPOSITORYNAME¶
The repository name associated with the request.
iv_lifecyclepolicytext TYPE /AWS1/ECRLIFECYCLEPOLICYTEXT /AWS1/ECRLIFECYCLEPOLICYTEXT¶
The JSON lifecycle policy text.
iv_lastevaluatedat TYPE /AWS1/ECREVALUATIONTIMESTAMP /AWS1/ECREVALUATIONTIMESTAMP¶
The time stamp of the last time that the lifecycle policy was run.
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 |
repositoryName¶
The repository name associated with the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
lifecyclePolicyText¶
The JSON lifecycle policy text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLEPOLICYTEXT() |
Getter for LIFECYCLEPOLICYTEXT, with configurable default |
ASK_LIFECYCLEPOLICYTEXT() |
Getter for LIFECYCLEPOLICYTEXT w/ exceptions if field has no |
HAS_LIFECYCLEPOLICYTEXT() |
Determine if LIFECYCLEPOLICYTEXT has a value |
lastEvaluatedAt¶
The time stamp of the last time that the lifecycle policy was run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTEVALUATEDAT() |
Getter for LASTEVALUATEDAT, with configurable default |
ASK_LASTEVALUATEDAT() |
Getter for LASTEVALUATEDAT w/ exceptions if field has no val |
HAS_LASTEVALUATEDAT() |
Determine if LASTEVALUATEDAT has a value |