Skip to content

/AWS1/CL_CTLLISTRESRCSOUTPUT

ListResourcesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TYPENAME TYPE /AWS1/CTLTYPENAME /AWS1/CTLTYPENAME

The name of the resource type.

IT_RESOURCEDESCRIPTIONS TYPE /AWS1/CL_CTLRESOURCEDESC=>TT_RESOURCEDESCRIPTIONS TT_RESOURCEDESCRIPTIONS

Information about the specified resources, including primary identifier and resource model.

IV_NEXTTOKEN TYPE /AWS1/CTLHANDLERNEXTTOKEN /AWS1/CTLHANDLERNEXTTOKEN

If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResources again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.


Queryable Attributes

TypeName

The name of the resource type.

Accessible with the following methods

Method Description
GET_TYPENAME() Getter for TYPENAME, with configurable default
ASK_TYPENAME() Getter for TYPENAME w/ exceptions if field has no value
HAS_TYPENAME() Determine if TYPENAME has a value

ResourceDescriptions

Information about the specified resources, including primary identifier and resource model.

Accessible with the following methods

Method Description
GET_RESOURCEDESCRIPTIONS() Getter for RESOURCEDESCRIPTIONS, with configurable default
ASK_RESOURCEDESCRIPTIONS() Getter for RESOURCEDESCRIPTIONS w/ exceptions if field has n
HAS_RESOURCEDESCRIPTIONS() Determine if RESOURCEDESCRIPTIONS has a value

NextToken

If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListResources again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to 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