AutomationRuleActionFindingFieldsUpdateSeverity class
Constructors
-
AutomationRuleActionFindingFieldsUpdateSeverity({Input<
String?> ? label, Input<double?> ? product}) -
Creates a new AutomationRuleActionFindingFieldsUpdateSeverity.
labelThe severity value of the finding. The allowed values are the followingINFORMATIONAL,LOW,MEDIUM,HIGHandCRITICAL.productThe native severity as defined by the AWS service or integrated partner product that generated the finding.const -
AutomationRuleActionFindingFieldsUpdateSeverity.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
label
→ Input<
String?> ? -
The severity value of the finding. The allowed values are the following
INFORMATIONAL,LOW,MEDIUM,HIGHandCRITICAL.final -
product
→ Input<
double?> ? -
The native severity as defined by the AWS service or integrated partner product that generated the finding.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited