/AWS1/CL_QSTDLPSETTINGSUMMARY¶
A summary of a DLP setting returned by list operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dlpsettingid TYPE /AWS1/QSTDLPSETTINGID /AWS1/QSTDLPSETTINGID¶
The ID of the DLP setting.
iv_name TYPE /AWS1/QSTDLPSETTINGNAME /AWS1/QSTDLPSETTINGNAME¶
The display name of the DLP setting.
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the DLP setting.
iv_status TYPE /AWS1/QSTDLPSETTINGSTATUS /AWS1/QSTDLPSETTINGSTATUS¶
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.
iv_providertype TYPE /AWS1/QSTDLPPROVIDERTYPE /AWS1/QSTDLPPROVIDERTYPE¶
The type of external DLP provider used for sensitivity label classification.
iv_createdat TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the DLP setting was created, in ISO 8601 format.
iv_updatedat TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
Queryable Attributes¶
DlpSettingId¶
The ID of the DLP setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLPSETTINGID() |
Getter for DLPSETTINGID, with configurable default |
ASK_DLPSETTINGID() |
Getter for DLPSETTINGID w/ exceptions if field has no value |
HAS_DLPSETTINGID() |
Determine if DLPSETTINGID has a value |
Name¶
The display name of the DLP setting.
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 Amazon Resource Name (ARN) of the DLP setting.
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 |
Status¶
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ProviderType¶
The type of external DLP provider used for sensitivity label classification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERTYPE() |
Getter for PROVIDERTYPE, with configurable default |
ASK_PROVIDERTYPE() |
Getter for PROVIDERTYPE w/ exceptions if field has no value |
HAS_PROVIDERTYPE() |
Determine if PROVIDERTYPE has a value |
CreatedAt¶
The date and time that the DLP setting was created, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_DLPSETTINGSUMMARYLIST¶
TYPES TT_DLPSETTINGSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDLPSETTINGSUMMARY WITH DEFAULT KEY
.