Service class
Contains additional information about the generated finding.
Constructors
Properties
- action → Action?
-
Information about the activity that is described in a finding.
final
- archived → bool?
-
Indicates whether this finding is archived.
final
- count → int?
-
The total count of the occurrences of this finding type.
final
- detectorId → String?
-
The detector ID for the GuardDuty service.
final
- eventFirstSeen → String?
-
The first-seen timestamp of the activity that prompted GuardDuty to generate
this finding.
final
- eventLastSeen → String?
-
The last-seen timestamp of the activity that prompted GuardDuty to generate
this finding.
final
- evidence → Evidence?
-
An evidence object associated with the service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceRole → String?
-
The resource role information for this finding.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String?
-
The name of the AWS service (GuardDuty) that generated a finding.
final
- userFeedback → String?
-
Feedback that was submitted about the finding.
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