/AWS1/CL_SMIGETRESRCPOLOUTPUT¶
GetResourcePoliciesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_resourcepolicies TYPE /AWS1/CL_SMIRESOURCEPOLICY=>TT_RESOURCEPOLICYLIST TT_RESOURCEPOLICYLIST¶
Details about the resource policy attached to the response plan.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SMINEXTTOKEN /AWS1/SMINEXTTOKEN¶
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
Queryable Attributes¶
resourcePolicies¶
Details about the resource policy attached to the response plan.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEPOLICIES() |
Getter for RESOURCEPOLICIES, with configurable default |
ASK_RESOURCEPOLICIES() |
Getter for RESOURCEPOLICIES w/ exceptions if field has no va |
HAS_RESOURCEPOLICIES() |
Determine if RESOURCEPOLICIES has a value |
nextToken¶
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is 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 |