/AWS1/CL_IOTPOLICY¶
Describes an IoT policy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policyname TYPE /AWS1/IOTPOLICYNAME /AWS1/IOTPOLICYNAME¶
The policy name.
iv_policyarn TYPE /AWS1/IOTPOLICYARN /AWS1/IOTPOLICYARN¶
The policy ARN.
Queryable Attributes¶
policyName¶
The policy name.
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 |
policyArn¶
The policy ARN.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_POLICIES¶
TYPES TT_POLICIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTPOLICY WITH DEFAULT KEY
.