/AWS1/CL_RGRLISTGROUPRESRCSOUT¶
ListGroupResourcesOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_resources
TYPE /AWS1/CL_RGRLISTGRPRESRCSITEM=>TT_LISTGROUPRESOURCESITEMLIST
TT_LISTGROUPRESOURCESITEMLIST
¶
An array of resources from which you can determine each resource's identity, type, and group membership status.
it_resourceidentifiers
TYPE /AWS1/CL_RGRRESOURCEIDENTIFIER=>TT_RESOURCEIDENTIFIERLIST
TT_RESOURCEIDENTIFIERLIST
¶
Deprecated - don't use this parameter. Use the
Resources
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 theNextToken
response element comes back asnull
.
it_queryerrors
TYPE /AWS1/CL_RGRQUERYERROR=>TT_QUERYERRORLIST
TT_QUERYERRORLIST
¶
A list of
QueryError
objects. Each error contains anErrorCode
andMessage
. Possible values for ErrorCode areCLOUDFORMATION_STACK_INACTIVE
,CLOUDFORMATION_STACK_NOT_EXISTING
,CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
andRESOURCE_TYPE_NOT_SUPPORTED
.
Queryable Attributes¶
Resources¶
An array of resources from which you can determine each resource's identity, type, and group membership status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCES() |
Getter for RESOURCES, with configurable default |
ASK_RESOURCES() |
Getter for RESOURCES w/ exceptions if field has no value |
HAS_RESOURCES() |
Determine if RESOURCES has a value |
ResourceIdentifiers¶
Deprecated - don't use this parameter. Use the
Resources
response field instead.
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 theNextToken
response element comes back asnull
.
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 anErrorCode
andMessage
. Possible values for ErrorCode areCLOUDFORMATION_STACK_INACTIVE
,CLOUDFORMATION_STACK_NOT_EXISTING
,CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
andRESOURCE_TYPE_NOT_SUPPORTED
.
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 |