SecurityGroupRemediationAction class
Remediation option for the rule specified in the
ViolationTarget.
Constructors
- SecurityGroupRemediationAction({String? description, bool? isDefaultAction, RemediationActionType? remediationActionType, SecurityGroupRuleDescription? remediationResult})
- 
          SecurityGroupRemediationAction.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- description → String?
- 
  Brief description of the action that will be performed.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isDefaultAction → bool?
- 
  Indicates if the current action is the default action.
  final
- remediationActionType → RemediationActionType?
- 
  The remediation action that will be performed.
  final
- remediationResult → SecurityGroupRuleDescription?
- 
  The final state of the rule specified in the ViolationTargetafter it is remediated.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
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited