/AWS1/CL_IOTSCHEDULEDAUDITMET¶
Information about the scheduled audit.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_scheduledauditname
TYPE /AWS1/IOTSCHEDULEDAUDITNAME
/AWS1/IOTSCHEDULEDAUDITNAME
¶
The name of the scheduled audit.
iv_scheduledauditarn
TYPE /AWS1/IOTSCHEDULEDAUDITARN
/AWS1/IOTSCHEDULEDAUDITARN
¶
The ARN of the scheduled audit.
iv_frequency
TYPE /AWS1/IOTAUDITFREQUENCY
/AWS1/IOTAUDITFREQUENCY
¶
How often the scheduled audit occurs.
iv_dayofmonth
TYPE /AWS1/IOTDAYOFMONTH
/AWS1/IOTDAYOFMONTH
¶
The day of the month on which the scheduled audit is run (if the
frequency
is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.
iv_dayofweek
TYPE /AWS1/IOTDAYOFWEEK
/AWS1/IOTDAYOFWEEK
¶
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").
Queryable Attributes¶
scheduledAuditName¶
The name of the scheduled audit.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULEDAUDITNAME() |
Getter for SCHEDULEDAUDITNAME, with configurable default |
ASK_SCHEDULEDAUDITNAME() |
Getter for SCHEDULEDAUDITNAME w/ exceptions if field has no |
HAS_SCHEDULEDAUDITNAME() |
Determine if SCHEDULEDAUDITNAME has a value |
scheduledAuditArn¶
The ARN of the scheduled audit.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEDULEDAUDITARN() |
Getter for SCHEDULEDAUDITARN, with configurable default |
ASK_SCHEDULEDAUDITARN() |
Getter for SCHEDULEDAUDITARN w/ exceptions if field has no v |
HAS_SCHEDULEDAUDITARN() |
Determine if SCHEDULEDAUDITARN has a value |
frequency¶
How often the scheduled audit occurs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FREQUENCY() |
Getter for FREQUENCY, with configurable default |
ASK_FREQUENCY() |
Getter for FREQUENCY w/ exceptions if field has no value |
HAS_FREQUENCY() |
Determine if FREQUENCY has a value |
dayOfMonth¶
The day of the month on which the scheduled audit is run (if the
frequency
is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DAYOFMONTH() |
Getter for DAYOFMONTH, with configurable default |
ASK_DAYOFMONTH() |
Getter for DAYOFMONTH w/ exceptions if field has no value |
HAS_DAYOFMONTH() |
Determine if DAYOFMONTH has a value |
dayOfWeek¶
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").
Accessible with the following methods¶
Method | Description |
---|---|
GET_DAYOFWEEK() |
Getter for DAYOFWEEK, with configurable default |
ASK_DAYOFWEEK() |
Getter for DAYOFWEEK w/ exceptions if field has no value |
HAS_DAYOFWEEK() |
Determine if DAYOFWEEK 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_SCHEDULEDAUDITMETADATALIST
¶
TYPES TT_SCHEDULEDAUDITMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSCHEDULEDAUDITMET WITH DEFAULT KEY
.