ScheduledAuditMetadata class
Information about the scheduled audit.
Constructors
- ScheduledAuditMetadata({String? dayOfMonth, DayOfWeek? dayOfWeek, AuditFrequency? frequency, String? scheduledAuditArn, String? scheduledAuditName})
-
ScheduledAuditMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dayOfMonth → String?
-
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.final - dayOfWeek → DayOfWeek?
-
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").final - frequency → AuditFrequency?
-
How often the scheduled audit occurs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledAuditArn → String?
-
The ARN of the scheduled audit.
final
- scheduledAuditName → String?
-
The name of the scheduled audit.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited