/AWS1/CL_MA2AUTOMATEDDISCOVE02¶
Provides information about the status of automated sensitive data discovery for an Amazon Macie account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The Amazon Web Services account ID for the account.
iv_status TYPE /AWS1/MA2AUTOMATEDDISCOVERYA00 /AWS1/MA2AUTOMATEDDISCOVERYA00¶
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
Queryable Attributes¶
accountId¶
The Amazon Web Services account ID for the account.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_ACCOUNTID() | 
Getter for ACCOUNTID, with configurable default | 
ASK_ACCOUNTID() | 
Getter for ACCOUNTID w/ exceptions if field has no value | 
HAS_ACCOUNTID() | 
Determine if ACCOUNTID has a value | 
status¶
The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account.
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 | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LSTOFAUTOMATEDDISCOVERYAC¶
TYPES TT___LSTOFAUTOMATEDDISCOVERYAC TYPE STANDARD TABLE OF REF TO /AWS1/CL_MA2AUTOMATEDDISCOVE02 WITH DEFAULT KEY
.