NAME
Paws::IoT::DetectMitigationActionsTaskSummary
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::IoT::DetectMitigationActionsTaskSummary object:
$service_obj->Method(Att1 => { ActionsDefinition => $value, ..., ViolationEventOccurrenceRange => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::DetectMitigationActionsTaskSummary object:
$result = $service_obj->Method(...);
$result->Att1->ActionsDefinition
DESCRIPTION
The summary of the mitigation action tasks.
ATTRIBUTES
ActionsDefinition => ArrayRef[Paws::IoT::MitigationAction]
The definition of the actions.
OnlyActiveViolationsIncluded => Bool
Includes only active violations.
SuppressedAlertsIncluded => Bool
Includes suppressed alerts.
Target => Paws::IoT::DetectMitigationActionsTaskTarget
Specifies the ML Detect findings to which the mitigation actions are applied.
TaskEndTime => Str
The date the task ended.
TaskId => Str
The unique identifier of the task.
TaskStartTime => Str
The date the task started.
TaskStatistics => Paws::IoT::DetectMitigationActionsTaskStatistics
The statistics of a mitigation action task.
TaskStatus => Str
The status of the task.
ViolationEventOccurrenceRange => Paws::IoT::ViolationEventOccurrenceRange
Specifies the time period of which violation events occurred between.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::IoT
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues