/AWS1/CL_RE2VIEWSTATUS¶
Contains information about the status of a Resource Explorer view operation in a specific Region.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/RE2OPERATIONSTATUS /AWS1/RE2OPERATIONSTATUS¶
The current status of the view operation. Valid values are
SUCCEEDED,FAILED,IN_PROGRESS, orSKIPPED.
io_view TYPE REF TO /AWS1/CL_RE2VIEW /AWS1/CL_RE2VIEW¶
A view is a structure that defines a set of filters that provide a view into the information in the Amazon Web Services Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".
io_errordetails TYPE REF TO /AWS1/CL_RE2ERRORDETAILS /AWS1/CL_RE2ERRORDETAILS¶
Details about any error that occurred during the view operation.
Queryable Attributes¶
Status¶
The current status of the view operation. Valid values are
SUCCEEDED,FAILED,IN_PROGRESS, orSKIPPED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
View¶
A view is a structure that defines a set of filters that provide a view into the information in the Amazon Web Services Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEW() |
Getter for VIEW |
ErrorDetails¶
Details about any error that occurred during the view operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAILS() |
Getter for ERRORDETAILS |