/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,
NextTokenis set to a token. To retrieve the next set of results, callListResourcesagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis 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,
NextTokenis set to a token. To retrieve the next set of results, callListResourcesagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis 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 |