Skip to content

/AWS1/CL_BDOLSTPLYGENERASTSRSP

ListPolicyGenerationAssetsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_policygenerationassets TYPE /AWS1/CL_BDOPOLICYGENERASSET=>TT_POLICYGENERATIONASSETS TT_POLICYGENERATIONASSETS

An array of generated policy assets including Cedar policies and related artifacts from the AI-powered policy generation process. Each asset represents a different policy option or variation generated from the original natural language input.

iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN

A pagination token that can be used in subsequent ListPolicyGenerationAssets calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.


Queryable Attributes

policyGenerationAssets

An array of generated policy assets including Cedar policies and related artifacts from the AI-powered policy generation process. Each asset represents a different policy option or variation generated from the original natural language input.

Accessible with the following methods

Method Description
GET_POLICYGENERATIONASSETS() Getter for POLICYGENERATIONASSETS, with configurable default
ASK_POLICYGENERATIONASSETS() Getter for POLICYGENERATIONASSETS w/ exceptions if field has
HAS_POLICYGENERATIONASSETS() Determine if POLICYGENERATIONASSETS has a value

nextToken

A pagination token that can be used in subsequent ListPolicyGenerationAssets calls to retrieve additional assets. This token is only present when there are more generated policy assets available beyond the current response.

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