InspectorServiceAttributes class
This data type is used in the Finding data type.
Constructors
- InspectorServiceAttributes({required int schemaVersion, String? assessmentRunArn, String? rulesPackageArn})
-
InspectorServiceAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assessmentRunArn → String?
-
The ARN of the assessment run during which the finding is generated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rulesPackageArn → String?
-
The ARN of the rules package that is used to generate the finding.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion → int
-
The schema version of this data type.
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