Skip to content

/AWS1/CL_RGRSRCHRESRCSOUTPUT

SearchResourcesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_resourceidentifiers TYPE /AWS1/CL_RGRRESOURCEIDENTIFIER=>TT_RESOURCEIDENTIFIERLIST TT_RESOURCEIDENTIFIERLIST

The ARNs and resource types of resources that are members of the group that you specified.

iv_nexttoken TYPE /AWS1/RGRNEXTTOKEN /AWS1/RGRNEXTTOKEN

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

it_queryerrors TYPE /AWS1/CL_RGRQUERYERROR=>TT_QUERYERRORLIST TT_QUERYERRORLIST

A list of QueryError objects. Each error contains an ErrorCode and Message.

Possible values for ErrorCode:

  • CLOUDFORMATION_STACK_INACTIVE

  • CLOUDFORMATION_STACK_NOT_EXISTING

  • CLOUDFORMATION_STACK_UNASSUMABLE_ROLE


Queryable Attributes

ResourceIdentifiers

The ARNs and resource types of resources that are members of the group that you specified.

Accessible with the following methods

Method Description
GET_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS, with configurable default
ASK_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS w/ exceptions if field has no
HAS_RESOURCEIDENTIFIERS() Determine if RESOURCEIDENTIFIERS has a value

NextToken

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

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

QueryErrors

A list of QueryError objects. Each error contains an ErrorCode and Message.

Possible values for ErrorCode:

  • CLOUDFORMATION_STACK_INACTIVE

  • CLOUDFORMATION_STACK_NOT_EXISTING

  • CLOUDFORMATION_STACK_UNASSUMABLE_ROLE

Accessible with the following methods

Method Description
GET_QUERYERRORS() Getter for QUERYERRORS, with configurable default
ASK_QUERYERRORS() Getter for QUERYERRORS w/ exceptions if field has no value
HAS_QUERYERRORS() Determine if QUERYERRORS has a value