/AWS1/CL_IAMPOLICYPARAMETER¶
Contains information about a policy parameter used to customize delegated permissions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/IAMPOLICYPARAMNAMETYPE /AWS1/IAMPOLICYPARAMNAMETYPE¶
The name of the policy parameter.
it_values TYPE /AWS1/CL_IAMPLYPRMVALSLSTTYP00=>TT_POLICYPARAMVALUESLISTTYPE TT_POLICYPARAMVALUESLISTTYPE¶
The allowed values for the policy parameter.
iv_type TYPE /AWS1/IAMPOLICYPARAMTYPEENUM /AWS1/IAMPOLICYPARAMTYPEENUM¶
The data type of the policy parameter value.
Queryable Attributes¶
Name¶
The name of the policy parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Values¶
The allowed values for the policy parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
Type¶
The data type of the policy parameter value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_POLICYPARAMETERLISTTYPE¶
TYPES TT_POLICYPARAMETERLISTTYPE TYPE STANDARD TABLE OF REF TO /AWS1/CL_IAMPOLICYPARAMETER WITH DEFAULT KEY
.