/AWS1/CL_R5ERESOURCERESULT¶
The result of a successful Resource request, with status for an individual resource.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_LASTCHECKEDTIMESTAMP
TYPE /AWS1/R5EREADINESSCHECKTSMP
/AWS1/R5EREADINESSCHECKTSMP
¶
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
IV_READINESS
TYPE /AWS1/R5EREADINESS
/AWS1/R5EREADINESS
¶
The readiness of a resource.
Optional arguments:¶
IV_COMPONENTID
TYPE /AWS1/R5E__STRING
/AWS1/R5E__STRING
¶
The component id of the resource.
IV_RESOURCEARN
TYPE /AWS1/R5E__STRING
/AWS1/R5E__STRING
¶
The Amazon Resource Name (ARN) of the resource.
Queryable Attributes¶
ComponentId¶
The component id of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPONENTID() |
Getter for COMPONENTID, with configurable default |
ASK_COMPONENTID() |
Getter for COMPONENTID w/ exceptions if field has no value |
HAS_COMPONENTID() |
Determine if COMPONENTID has a value |
LastCheckedTimestamp¶
The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTCHECKEDTIMESTAMP() |
Getter for LASTCHECKEDTIMESTAMP, with configurable default |
ASK_LASTCHECKEDTIMESTAMP() |
Getter for LASTCHECKEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTCHECKEDTIMESTAMP() |
Determine if LASTCHECKEDTIMESTAMP has a value |
Readiness¶
The readiness of a resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_READINESS() |
Getter for READINESS, with configurable default |
ASK_READINESS() |
Getter for READINESS w/ exceptions if field has no value |
HAS_READINESS() |
Determine if READINESS has a value |
ResourceArn¶
The Amazon Resource Name (ARN) of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFRESOURCERESULT
¶
TYPES TT___LISTOFRESOURCERESULT TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ERESOURCERESULT WITH DEFAULT KEY
.