Skip to content

/AWS1/CL_BDKCREAUTOMATEDRSNI05

CreateAutomatedReasoningPolicyResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_policyarn TYPE /AWS1/BDKAUTOMATEDRSNINGPLYARN /AWS1/BDKAUTOMATEDRSNINGPLYARN

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

iv_version TYPE /AWS1/BDKAUTOMATEDRSNINGPLYVRS /AWS1/BDKAUTOMATEDRSNINGPLYVRS

The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.

iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYN00 /AWS1/BDKAUTOMATEDRSNINGPLYN00

The name of the Automated Reasoning policy.

iv_createdat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

The timestamp when the policy was created.

iv_updatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP

The timestamp when the policy was last updated.

Optional arguments:

iv_description TYPE /AWS1/BDKAUTOMATEDRSNINGPLYDSC /AWS1/BDKAUTOMATEDRSNINGPLYDSC

The description of the Automated Reasoning policy.

iv_definitionhash TYPE /AWS1/BDKAUTOMATEDRSNINGPLYH00 /AWS1/BDKAUTOMATEDRSNINGPLYH00

The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.


Queryable Attributes

policyArn

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

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

version

The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION 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

description

The description of the Automated Reasoning policy.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

definitionHash

The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.

Accessible with the following methods

Method Description
GET_DEFINITIONHASH() Getter for DEFINITIONHASH, with configurable default
ASK_DEFINITIONHASH() Getter for DEFINITIONHASH w/ exceptions if field has no valu
HAS_DEFINITIONHASH() Determine if DEFINITIONHASH has a value

createdAt

The timestamp when the policy 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 policy 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