Finding class
Contains information about the finding, which is generated when abnormal or suspicious activity is detected.
Constructors
- Finding({required String accountId, required String arn, required String createdAt, required String id, required String region, required Resource resource, required String schemaVersion, required double severity, required String type, required String updatedAt, double? confidence, String? description, String? partition, Service? service, String? title})
-
Finding.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String
-
The ID of the account in which the finding was generated.
final
- arn → String
-
The ARN of the finding.
final
- confidence → double?
-
The confidence score for the finding.
final
- createdAt → String
-
The time and date when the finding was created.
final
- description → String?
-
The description of the finding.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the finding.
final
- partition → String?
-
The partition associated with the finding.
final
- region → String
-
The Region where the finding was generated.
final
- resource → Resource
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion → String
-
The version of the schema used for the finding.
final
- service → Service?
-
final
- severity → double
-
The severity of the finding.
final
- title → String?
-
The title of the finding.
final
- type → String
-
The type of finding.
final
- updatedAt → String
-
The time and date when the finding was last updated.
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