/AWS1/CL_BDAPUTRESPOLICYRSP¶
PutResourcePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/BDARESOURCEARN /AWS1/BDARESOURCEARN¶
The ARN of the knowledge base that the resource policy was attached to.
iv_revisionid TYPE /AWS1/BDAREVISIONID /AWS1/BDAREVISIONID¶
The revision identifier of the resource policy. Use this value in the
expectedRevisionIdfield of a subsequentPutResourcePolicyorDeleteResourcePolicyrequest.
Queryable Attributes¶
resourceArn¶
The ARN of the knowledge base that the resource policy was attached to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
revisionId¶
The revision identifier of the resource policy. Use this value in the
expectedRevisionIdfield of a subsequentPutResourcePolicyorDeleteResourcePolicyrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONID() |
Getter for REVISIONID, with configurable default |
ASK_REVISIONID() |
Getter for REVISIONID w/ exceptions if field has no value |
HAS_REVISIONID() |
Determine if REVISIONID has a value |