/AWS1/CL_IOTSECURITYPROFILEID¶
Identifying information for a Device Defender security profile.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/IOTSECURITYPROFILENAME /AWS1/IOTSECURITYPROFILENAME¶
The name you've given to the security profile.
iv_arn TYPE /AWS1/IOTSECURITYPROFILEARN /AWS1/IOTSECURITYPROFILEARN¶
The ARN of the security profile.
Queryable Attributes¶
name¶
The name you've given to the security profile.
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 |
arn¶
The ARN of the security profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN 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_SECURITYPROFILEIDENTIFIERS¶
TYPES TT_SECURITYPROFILEIDENTIFIERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSECURITYPROFILEID WITH DEFAULT KEY
.