/AWS1/CL_BDOLISTPLYENGINESRSP¶
ListPolicyEnginesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_policyengines TYPE /AWS1/CL_BDOPOLICYENGINE=>TT_POLICYENGINES TT_POLICYENGINES¶
An array of policy engine objects that exist in the account. Each policy engine object contains the engine metadata, status, and key identifiers for further operations.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
A pagination token that can be used in subsequent ListPolicyEngines calls to retrieve additional results. This token is only present when there are more results available.
Queryable Attributes¶
policyEngines¶
An array of policy engine objects that exist in the account. Each policy engine object contains the engine metadata, status, and key identifiers for further operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYENGINES() |
Getter for POLICYENGINES, with configurable default |
ASK_POLICYENGINES() |
Getter for POLICYENGINES w/ exceptions if field has no value |
HAS_POLICYENGINES() |
Determine if POLICYENGINES has a value |
nextToken¶
A pagination token that can be used in subsequent ListPolicyEngines calls to retrieve additional results. This token is only present when there are more results available.
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 |