/AWS1/CL_RE2SEARCHOUTPUT¶
SearchOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_resources TYPE /AWS1/CL_RE2RESOURCE=>TT_RESOURCELIST TT_RESOURCELIST¶
The list of structures that describe the resources that match the query.
iv_nexttoken TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. The pagination tokens expire after 24 hours.
iv_viewarn TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
The Amazon resource name (ARN) of the view that this operation used to perform the search.
io_count TYPE REF TO /AWS1/CL_RE2RESOURCECOUNT /AWS1/CL_RE2RESOURCECOUNT¶
The number of resources that match the query.
Queryable Attributes¶
Resources¶
The list of structures that describe the resources that match the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. The pagination tokens expire after 24 hours.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
ViewArn¶
The Amazon resource name (ARN) of the view that this operation used to perform the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEWARN() |
Getter for VIEWARN, with configurable default |
ASK_VIEWARN() |
Getter for VIEWARN w/ exceptions if field has no value |
HAS_VIEWARN() |
Determine if VIEWARN has a value |
Count¶
The number of resources that match the query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |