/AWS1/CL_BDKGETAUTOMATEDRSNI05¶
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_policyarn
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYARN
/AWS1/BDKAUTOMATEDRSNINGPLYARN
¶
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
iv_buildworkflowid
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB00
/AWS1/BDKAUTOMATEDRSNINGPLYB00
¶
The unique identifier of the build workflow.
Optional arguments:¶
io_buildworkflowassets
TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP30
/AWS1/CL_BDKAUTOMATEDRSNINGP30
¶
The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.
Queryable Attributes¶
policyArn¶
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYARN() |
Getter for POLICYARN, with configurable default |
ASK_POLICYARN() |
Getter for POLICYARN w/ exceptions if field has no value |
HAS_POLICYARN() |
Determine if POLICYARN has a value |
buildWorkflowId¶
The unique identifier of the build workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUILDWORKFLOWID() |
Getter for BUILDWORKFLOWID, with configurable default |
ASK_BUILDWORKFLOWID() |
Getter for BUILDWORKFLOWID w/ exceptions if field has no val |
HAS_BUILDWORKFLOWID() |
Determine if BUILDWORKFLOWID has a value |
buildWorkflowAssets¶
The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUILDWORKFLOWASSETS() |
Getter for BUILDWORKFLOWASSETS |