/AWS1/CL_BDKAUTOMATEDRSNINGP28¶
Contains summary information about an Automated Reasoning policy, including metadata and timestamps.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policyarn TYPE /AWS1/BDKAUTOMATEDRSNINGPLYARN /AWS1/BDKAUTOMATEDRSNINGPLYARN¶
The Amazon Resource Name (ARN) of the policy.
iv_name TYPE /AWS1/BDKAUTOMATEDRSNINGPLYN00 /AWS1/BDKAUTOMATEDRSNINGPLYN00¶
The name of the policy.
iv_version TYPE /AWS1/BDKAUTOMATEDRSNINGPLYVRS /AWS1/BDKAUTOMATEDRSNINGPLYVRS¶
The version of the policy.
iv_policyid TYPE /AWS1/BDKAUTOMATEDRSNINGPLYID /AWS1/BDKAUTOMATEDRSNINGPLYID¶
The unique identifier of the 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 policy.
Queryable Attributes¶
policyArn¶
The Amazon Resource Name (ARN) of the 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 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 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 |
version¶
The version of the policy.
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 |
policyId¶
The unique identifier of the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOMATEDREASONINGPLYSUMS¶
TYPES TT_AUTOMATEDREASONINGPLYSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP28 WITH DEFAULT KEY
.