/AWS1/CL_BDKUPDATEGUARDRAILRSP¶
UpdateGuardrailResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_guardrailid TYPE /AWS1/BDKGUARDRAILID /AWS1/BDKGUARDRAILID¶
The unique identifier of the guardrail
iv_guardrailarn TYPE /AWS1/BDKGUARDRAILARN /AWS1/BDKGUARDRAILARN¶
The ARN of the guardrail.
iv_version TYPE /AWS1/BDKGUARDRAILDRAFTVERSION /AWS1/BDKGUARDRAILDRAFTVERSION¶
The version of the guardrail.
iv_updatedat TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The date and time at which the guardrail was updated.
Queryable Attributes¶
guardrailId¶
The unique identifier of the guardrail
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.
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 |
updatedAt¶
The date and time at which the guardrail was 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 |