/AWS1/CL_IAPGETRESPOLICYRSP¶
GetResourcePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Amazon Resource Name (ARN) for the resource.
iv_policytype TYPE /AWS1/IAPPOLICYTYPE /AWS1/IAPPOLICYTYPE¶
The type of policy
iv_policyname TYPE /AWS1/IAPPOLICYNAME /AWS1/IAPPOLICYNAME¶
Name of the policy.
iv_policydocument TYPE /AWS1/IAPPOLICYDOCUMENT /AWS1/IAPPOLICYDOCUMENT¶
Document that contains the contents for the policy.
Optional arguments:¶
iv_policyversionarn TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Amazon Resource Name (ARN) for the policy version.
Queryable Attributes¶
ResourceArn¶
Amazon Resource Name (ARN) for 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 |
PolicyType¶
The type of policy
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYTYPE() |
Getter for POLICYTYPE, with configurable default |
ASK_POLICYTYPE() |
Getter for POLICYTYPE w/ exceptions if field has no value |
HAS_POLICYTYPE() |
Determine if POLICYTYPE has a value |
PolicyVersionArn¶
Amazon Resource Name (ARN) for the policy version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYVERSIONARN() |
Getter for POLICYVERSIONARN, with configurable default |
ASK_POLICYVERSIONARN() |
Getter for POLICYVERSIONARN w/ exceptions if field has no va |
HAS_POLICYVERSIONARN() |
Determine if POLICYVERSIONARN has a value |
PolicyName¶
Name of the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYNAME() |
Getter for POLICYNAME, with configurable default |
ASK_POLICYNAME() |
Getter for POLICYNAME w/ exceptions if field has no value |
HAS_POLICYNAME() |
Determine if POLICYNAME has a value |
PolicyDocument¶
Document that contains the contents for the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT, with configurable default |
ASK_POLICYDOCUMENT() |
Getter for POLICYDOCUMENT w/ exceptions if field has no valu |
HAS_POLICYDOCUMENT() |
Determine if POLICYDOCUMENT has a value |