![]() |
![]()
| ![]() |
![]()
NAMEPaws::Inspector::FindingFilter 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::Inspector::FindingFilter object: $service_obj->Method(Att1 => { AgentIds => $value, ..., UserAttributes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Inspector::FindingFilter object: $result = $service_obj->Method(...); $result->Att1->AgentIds DESCRIPTIONThis data type is used as a request parameter in the ListFindings action. ATTRIBUTESAgentIds => ArrayRef[Str|Undef]For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type. Attributes => ArrayRef[Paws::Inspector::Attribute]For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type. AutoScalingGroups => ArrayRef[Str|Undef]For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type. CreationTimeRange => Paws::Inspector::TimestampRangeThe time range during which the finding is generated. RuleNames => ArrayRef[Str|Undef]For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type. RulesPackageArns => ArrayRef[Str|Undef]For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type. Severities => ArrayRef[Str|Undef]For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type. UserAttributes => ArrayRef[Paws::Inspector::Attribute]For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Inspector 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>
|