![]() |
![]()
| ![]() |
![]()
NAMEPaws::IoT::DetectMitigationActionsTaskSummary USAGEThis 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 DESCRIPTIONThe summary of the mitigation action tasks. ATTRIBUTESActionsDefinition => ArrayRef[Paws::IoT::MitigationAction]The definition of the actions. OnlyActiveViolationsIncluded => BoolIncludes only active violations. SuppressedAlertsIncluded => BoolIncludes suppressed alerts. Target => Paws::IoT::DetectMitigationActionsTaskTargetSpecifies the ML Detect findings to which the mitigation actions are applied. TaskEndTime => StrThe date the task ended. TaskId => StrThe unique identifier of the task. TaskStartTime => StrThe date the task started. TaskStatistics => Paws::IoT::DetectMitigationActionsTaskStatisticsThe statistics of a mitigation action task. TaskStatus => StrThe status of the task. ViolationEventOccurrenceRange => Paws::IoT::ViolationEventOccurrenceRangeSpecifies the time period of which violation events occurred between. SEE ALSOThis class forms part of Paws, describing an object used in Paws::IoT BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|