/AWS1/CL_ECRREGPULLTIMEUPEXC01¶
RegisterPullTimeUpdateExclusionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_principalarn TYPE /AWS1/ECRPRINCIPALARN /AWS1/ECRPRINCIPALARN¶
The ARN of the IAM principal that was added to the pull time update exclusion list.
iv_createdat TYPE /AWS1/ECRCREATIONTIMESTAMP /AWS1/ECRCREATIONTIMESTAMP¶
The date and time, expressed in standard JavaScript date format, when the exclusion was created.
Queryable Attributes¶
principalArn¶
The ARN of the IAM principal that was added to the pull time update exclusion list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALARN() |
Getter for PRINCIPALARN, with configurable default |
ASK_PRINCIPALARN() |
Getter for PRINCIPALARN w/ exceptions if field has no value |
HAS_PRINCIPALARN() |
Determine if PRINCIPALARN has a value |
createdAt¶
The date and time, expressed in standard JavaScript date format, when the exclusion was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |