/AWS1/CL_ORGLISTTGTSFORPLYRSP¶
ListTargetsForPolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_targets TYPE /AWS1/CL_ORGPOLICYTARGETSUMM=>TT_POLICYTARGETS TT_POLICYTARGETS¶
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
iv_nexttoken TYPE /AWS1/ORGNEXTTOKEN /AWS1/ORGNEXTTOKEN¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.
Queryable Attributes¶
Targets¶
A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETS() |
Getter for TARGETS, with configurable default |
ASK_TARGETS() |
Getter for TARGETS w/ exceptions if field has no value |
HAS_TARGETS() |
Determine if TARGETS has a value |
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse 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 |