/AWS1/CL_QSTLISTDLPSTGSRSP¶
ListDlpSettingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_dlpsettingsummaries TYPE /AWS1/CL_QSTDLPSETTINGSUMMARY=>TT_DLPSETTINGSUMMARYLIST TT_DLPSETTINGSUMMARYLIST¶
A list of
DlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/QSTPAGINATIONTOKEN /AWS1/QSTPAGINATIONTOKEN¶
The token for the next set of results, or null if there are no more results.
iv_requestid TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The Amazon Web Services request ID for this operation.
Queryable Attributes¶
DlpSettingSummaries¶
A list of
DlpSettingSummaryobjects for the DLP settings in the account. The list is empty if no DLP settings have been configured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLPSETTINGSUMMARIES() |
Getter for DLPSETTINGSUMMARIES, with configurable default |
ASK_DLPSETTINGSUMMARIES() |
Getter for DLPSETTINGSUMMARIES w/ exceptions if field has no |
HAS_DLPSETTINGSUMMARIES() |
Determine if DLPSETTINGSUMMARIES has a value |
NextToken¶
The token for the next set of results, or null if there are no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |