/AWS1/CL_BDKGETAUTOMATEDRSNI13¶
GetAutomatedReasoningPolicyBuildWorkflowResponse
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.
iv_status
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB07
/AWS1/BDKAUTOMATEDRSNINGPLYB07
¶
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
iv_buildworkflowtype
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB01
/AWS1/BDKAUTOMATEDRSNINGPLYB01
¶
The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
iv_createdat
TYPE /AWS1/BDKTIMESTAMP
/AWS1/BDKTIMESTAMP
¶
The timestamp when the build workflow was created.
iv_updatedat
TYPE /AWS1/BDKTIMESTAMP
/AWS1/BDKTIMESTAMP
¶
The timestamp when the build workflow was last updated.
Optional arguments:¶
iv_documentname
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB03
/AWS1/BDKAUTOMATEDRSNINGPLYB03
¶
The name of the source document used in the build workflow.
iv_documentcontenttype
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB02
/AWS1/BDKAUTOMATEDRSNINGPLYB02
¶
The content type of the source document (e.g., text/plain, application/pdf).
iv_documentdescription
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB04
/AWS1/BDKAUTOMATEDRSNINGPLYB04
¶
A detailed description of the document's content and how it should be used in the policy generation process.
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 |
status¶
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
buildWorkflowType¶
The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUILDWORKFLOWTYPE() |
Getter for BUILDWORKFLOWTYPE, with configurable default |
ASK_BUILDWORKFLOWTYPE() |
Getter for BUILDWORKFLOWTYPE w/ exceptions if field has no v |
HAS_BUILDWORKFLOWTYPE() |
Determine if BUILDWORKFLOWTYPE has a value |
documentName¶
The name of the source document used in the build workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOCUMENTNAME() |
Getter for DOCUMENTNAME, with configurable default |
ASK_DOCUMENTNAME() |
Getter for DOCUMENTNAME w/ exceptions if field has no value |
HAS_DOCUMENTNAME() |
Determine if DOCUMENTNAME has a value |
documentContentType¶
The content type of the source document (e.g., text/plain, application/pdf).
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOCUMENTCONTENTTYPE() |
Getter for DOCUMENTCONTENTTYPE, with configurable default |
ASK_DOCUMENTCONTENTTYPE() |
Getter for DOCUMENTCONTENTTYPE w/ exceptions if field has no |
HAS_DOCUMENTCONTENTTYPE() |
Determine if DOCUMENTCONTENTTYPE has a value |
documentDescription¶
A detailed description of the document's content and how it should be used in the policy generation process.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOCUMENTDESCRIPTION() |
Getter for DOCUMENTDESCRIPTION, with configurable default |
ASK_DOCUMENTDESCRIPTION() |
Getter for DOCUMENTDESCRIPTION w/ exceptions if field has no |
HAS_DOCUMENTDESCRIPTION() |
Determine if DOCUMENTDESCRIPTION has a value |
createdAt¶
The timestamp when the build workflow was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the build workflow was 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 |