/AWS1/CL_IAPLSTRESPOLRSPRESPLY¶
Contains details about a policy for a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policyarn TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Amazon Resource Name (ARN) for policy.
iv_policytype TYPE /AWS1/IAPPOLICYTYPE /AWS1/IAPPOLICYTYPE¶
The type of policy.
iv_policyname TYPE /AWS1/IAPSTRING /AWS1/IAPSTRING¶
Name of the policy.
Queryable Attributes¶
PolicyArn¶
Amazon Resource Name (ARN) for policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYARN() |
Getter for POLICYARN, with configurable default |
ASK_POLICYARN() |
Getter for POLICYARN w/ exceptions if field has no value |
HAS_POLICYARN() |
Determine if POLICYARN 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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTRESPOLRESPONSERESPOL¶
TYPES TT_LISTRESPOLRESPONSERESPOL TYPE STANDARD TABLE OF REF TO /AWS1/CL_IAPLSTRESPOLRSPRESPLY WITH DEFAULT KEY
.