/AWS1/CL_RE2GETSVCINDEXOUTPUT¶
GetServiceIndexOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.
iv_type TYPE /AWS1/RE2INDEXTYPE /AWS1/RE2INDEXTYPE¶
The type of the index. Valid values are
LOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Type¶
The type of the index. Valid values are
LOCAL(contains resources from the current Region only) orAGGREGATOR(contains replicated resource information from all Regions).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |