Skip to content

/AWS1/CL_BDOLISTPLYGENSUMRSP

ListPolicyGenerationSummariesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_policygenerations TYPE /AWS1/CL_BDOPOLICYGENRTNSUMM=>TT_POLICYGENERATIONSUMMARYLIST TT_POLICYGENERATIONSUMMARYLIST

An array of policy generation summary objects that match the specified criteria. Each summary contains resource identifiers, status, timestamps, and findings without customer-encrypted content.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN

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


Queryable Attributes

policyGenerations

An array of policy generation summary objects that match the specified criteria. Each summary contains resource identifiers, status, timestamps, and findings without customer-encrypted content.

Accessible with the following methods

Method Description
GET_POLICYGENERATIONS() Getter for POLICYGENERATIONS, with configurable default
ASK_POLICYGENERATIONS() Getter for POLICYGENERATIONS w/ exceptions if field has no v
HAS_POLICYGENERATIONS() Determine if POLICYGENERATIONS has a value

nextToken

A pagination token that can be used in subsequent ListPolicyGenerationSummaries 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