/AWS1/CL_GDYBEDROCKGUARDRAIL¶
Contains information about a Bedrock guardrail associated with a finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The ARN of the Bedrock guardrail.
iv_version TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The version of the Bedrock guardrail.
Queryable Attributes¶
Arn¶
The ARN of the Bedrock guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Version¶
The version of the Bedrock guardrail.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BEDROCKGUARDRAILS¶
TYPES TT_BEDROCKGUARDRAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYBEDROCKGUARDRAIL WITH DEFAULT KEY
.