/AWS1/CL_BDKCREATEGUARDRAILRSP¶
CreateGuardrailResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_guardrailid TYPE /AWS1/BDKGUARDRAILID /AWS1/BDKGUARDRAILID¶
The unique identifier of the guardrail that was created.
iv_guardrailarn TYPE /AWS1/BDKGUARDRAILARN /AWS1/BDKGUARDRAILARN¶
The ARN of the guardrail.
iv_version TYPE /AWS1/BDKGUARDRAILDRAFTVERSION /AWS1/BDKGUARDRAILDRAFTVERSION¶
The version of the guardrail that was created. This value will always be
DRAFT.
iv_createdat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time at which the guardrail was created.
Queryable Attributes¶
guardrailId¶
The unique identifier of the guardrail that was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GUARDRAILID() |
Getter for GUARDRAILID, with configurable default |
ASK_GUARDRAILID() |
Getter for GUARDRAILID w/ exceptions if field has no value |
HAS_GUARDRAILID() |
Determine if GUARDRAILID has a value |
guardrailArn¶
The ARN of the guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GUARDRAILARN() |
Getter for GUARDRAILARN, with configurable default |
ASK_GUARDRAILARN() |
Getter for GUARDRAILARN w/ exceptions if field has no value |
HAS_GUARDRAILARN() |
Determine if GUARDRAILARN has a value |
version¶
The version of the guardrail that was created. This value will always be
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 |
createdAt¶
The time at which the guardrail 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 |