/AWS1/CL_CNTSECPFLSEARCHSUMM¶
Information about the returned security profiles.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNTSECURITYPROFILEID /AWS1/CNTSECURITYPROFILEID¶
The identifier of the security profile.
iv_organizationresourceid TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID¶
The organization resource identifier.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the security profile.
iv_securityprofilename TYPE /AWS1/CNTSECURITYPROFILENAME /AWS1/CNTSECURITYPROFILENAME¶
The name of the security profile.
iv_description TYPE /AWS1/CNTSECURITYPROFILEDESC /AWS1/CNTSECURITYPROFILEDESC¶
The description of the security profile.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Queryable Attributes¶
Id¶
The identifier of the security profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
OrganizationResourceId¶
The organization resource identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORGANIZATIONRESOURCEID() |
Getter for ORGANIZATIONRESOURCEID, with configurable default |
ASK_ORGANIZATIONRESOURCEID() |
Getter for ORGANIZATIONRESOURCEID w/ exceptions if field has |
HAS_ORGANIZATIONRESOURCEID() |
Determine if ORGANIZATIONRESOURCEID has a value |
Arn¶
The Amazon Resource Name (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 |
SecurityProfileName¶
The name of the security profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYPROFILENAME() |
Getter for SECURITYPROFILENAME, with configurable default |
ASK_SECURITYPROFILENAME() |
Getter for SECURITYPROFILENAME w/ exceptions if field has no |
HAS_SECURITYPROFILENAME() |
Determine if SECURITYPROFILENAME has a value |
Description¶
The description of the security profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Tags¶
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_SECPFLSSEARCHSUMMARYLIST¶
TYPES TT_SECPFLSSEARCHSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTSECPFLSEARCHSUMM WITH DEFAULT KEY
.