![]() |
![]()
| ![]() |
![]()
NAMEPaws::Inspector::Finding 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::Finding object: $service_obj->Method(Att1 => { Arn => $value, ..., UserAttributes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Inspector::Finding object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONContains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action. ATTRIBUTESREQUIRED Arn => StrThe ARN that specifies the finding. AssetAttributes => Paws::Inspector::AssetAttributesA collection of attributes of the host from which the finding is generated. AssetType => StrThe type of the host from which the finding is generated. REQUIRED Attributes => ArrayRef[Paws::Inspector::Attribute]The system-defined attributes for the finding. Confidence => IntThis data element is currently not used. REQUIRED CreatedAt => StrThe time when the finding was generated. Description => StrThe description of the finding. Id => StrThe ID of the finding. IndicatorOfCompromise => BoolThis data element is currently not used. NumericSeverity => NumThe numeric value of the finding severity. Recommendation => StrThe recommendation for the finding. SchemaVersion => IntThe schema version of this data type. Service => StrThe data element is set to "Inspector". ServiceAttributes => Paws::Inspector::InspectorServiceAttributesThis data type is used in the Finding data type. Severity => StrThe finding severity. Values can be set to High, Medium, Low, and Informational. Title => StrThe name of the finding. REQUIRED UpdatedAt => StrThe time when AddAttributesToFindings is called. REQUIRED UserAttributes => ArrayRef[Paws::Inspector::Attribute]The user-defined attributes that are assigned to the finding. 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>
|