Skip to content

/AWS1/CL_BDKGETAUTOMATEDRSNI01

GetAutomatedReasoningPolicyAnnotationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_policyarn TYPE /AWS1/BDKAUTOMATEDRSNINGPLYARN /AWS1/BDKAUTOMATEDRSNINGPLYARN

The Amazon Resource Name (ARN) of the Automated Reasoning policy.

iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYN00 /AWS1/BDKAUTOMATEDRSNINGPLYN00

The name of the Automated Reasoning policy.

iv_buildworkflowid TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB00 /AWS1/BDKAUTOMATEDRSNINGPLYB00

The unique identifier of the build workflow.

it_annotations TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP09=>TT_AUTOMATEDRSNINGPLYANNOTAT00 TT_AUTOMATEDRSNINGPLYANNOTAT00

The current set of annotations containing rules, variables, and types extracted from the source documents. These can be modified before finalizing the policy.

iv_annotationsethash TYPE /AWS1/BDKAUTOMATEDRSNINGPLYH00 /AWS1/BDKAUTOMATEDRSNINGPLYH00

A hash value representing the current state of the annotations. This is used for optimistic concurrency control when updating annotations.

iv_updatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

The timestamp when the annotations were last updated.


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

name

The name of the Automated Reasoning policy.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME 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

annotations

The current set of annotations containing rules, variables, and types extracted from the source documents. These can be modified before finalizing the policy.

Accessible with the following methods

Method Description
GET_ANNOTATIONS() Getter for ANNOTATIONS, with configurable default
ASK_ANNOTATIONS() Getter for ANNOTATIONS w/ exceptions if field has no value
HAS_ANNOTATIONS() Determine if ANNOTATIONS has a value

annotationSetHash

A hash value representing the current state of the annotations. This is used for optimistic concurrency control when updating annotations.

Accessible with the following methods

Method Description
GET_ANNOTATIONSETHASH() Getter for ANNOTATIONSETHASH, with configurable default
ASK_ANNOTATIONSETHASH() Getter for ANNOTATIONSETHASH w/ exceptions if field has no v
HAS_ANNOTATIONSETHASH() Determine if ANNOTATIONSETHASH has a value

updatedAt

The timestamp when the annotations were last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value