/AWS1/CL_OSIGETRESPOLICYRSP¶
GetResourcePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/OSIPIPELINEARN /AWS1/OSIPIPELINEARN¶
The Amazon Resource Name (ARN) of the resource.
iv_policy TYPE /AWS1/OSIRESOURCEPOLICY /AWS1/OSIRESOURCEPOLICY¶
The resource-based policy document in JSON format.
Queryable Attributes¶
ResourceArn¶
The Amazon Resource Name (ARN) of the resource.
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 |
Policy¶
The resource-based policy document in JSON format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |