Skip to content

/AWS1/CL_BDOLISTPLYENGNSUMSRSP

ListPolicyEngineSummariesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_policyengines TYPE /AWS1/CL_BDOPOLICYENGINESUMM=>TT_POLICYENGINESUMMARYLIST TT_POLICYENGINESUMMARYLIST

An array of policy engine summary objects that exist in the account. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN

A pagination token that can be used in subsequent ListPolicyEngineSummaries calls to retrieve additional results. This token is only present when there are more results available.


Queryable Attributes

policyEngines

An array of policy engine summary objects that exist in the account. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.

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 ListPolicyEngineSummaries 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