Skip to content

/AWS1/CL_RGRLISTGROUPSOUTPUT

ListGroupsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_groupidentifiers TYPE /AWS1/CL_RGRGROUPIDENTIFIER=>TT_GROUPIDENTIFIERLIST TT_GROUPIDENTIFIERLIST

A list of GroupIdentifier objects. Each identifier is an object that contains both the Name and the GroupArn.

it_groups TYPE /AWS1/CL_RGRGROUP=>TT_GROUPLIST TT_GROUPLIST

Deprecated - don't use this field. Use the GroupIdentifiers response field instead.

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.


Queryable Attributes

GroupIdentifiers

A list of GroupIdentifier objects. Each identifier is an object that contains both the Name and the GroupArn.

Accessible with the following methods

Method Description
GET_GROUPIDENTIFIERS() Getter for GROUPIDENTIFIERS, with configurable default
ASK_GROUPIDENTIFIERS() Getter for GROUPIDENTIFIERS w/ exceptions if field has no va
HAS_GROUPIDENTIFIERS() Determine if GROUPIDENTIFIERS has a value

Groups

Deprecated - don't use this field. Use the GroupIdentifiers response field instead.

Accessible with the following methods

Method Description
GET_GROUPS() Getter for GROUPS, with configurable default
ASK_GROUPS() Getter for GROUPS w/ exceptions if field has no value
HAS_GROUPS() Determine if GROUPS 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