PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Inspector::Finding; use Moose; has Arn => (is => 'ro', isa => 'Str', request_name => 'arn', traits => ['NameInRequest'], required => 1); has AssetAttributes => (is => 'ro', isa => 'Paws::Inspector::AssetAttributes', request_name => 'assetAttributes', traits => ['NameInRequest']); has AssetType => (is => 'ro', isa => 'Str', request_name => 'assetType', traits => ['NameInRequest']); has Attributes => (is => 'ro', isa => 'ArrayRef[Paws::Inspector::Attribute]', request_name => 'attributes', traits => ['NameInRequest'], required => 1); has Confidence => (is => 'ro', isa => 'Int', request_name => 'confidence', traits => ['NameInRequest']); has CreatedAt => (is => 'ro', isa => 'Str', request_name => 'createdAt', traits => ['NameInRequest'], required => 1); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has Id => (is => 'ro', isa => 'Str', request_name => 'id', traits => ['NameInRequest']); has IndicatorOfCompromise => (is => 'ro', isa => 'Bool', request_name => 'indicatorOfCompromise', traits => ['NameInRequest']); has NumericSeverity => (is => 'ro', isa => 'Num', request_name => 'numericSeverity', traits => ['NameInRequest']); has Recommendation => (is => 'ro', isa => 'Str', request_name => 'recommendation', traits => ['NameInRequest']); has SchemaVersion => (is => 'ro', isa => 'Int', request_name => 'schemaVersion', traits => ['NameInRequest']); has Service => (is => 'ro', isa => 'Str', request_name => 'service', traits => ['NameInRequest']); has ServiceAttributes => (is => 'ro', isa => 'Paws::Inspector::InspectorServiceAttributes', request_name => 'serviceAttributes', traits => ['NameInRequest']); has Severity => (is => 'ro', isa => 'Str', request_name => 'severity', traits => ['NameInRequest']); has Title => (is => 'ro', isa => 'Str', request_name => 'title', traits => ['NameInRequest']); has UpdatedAt => (is => 'ro', isa => 'Str', request_name => 'updatedAt', traits => ['NameInRequest'], required => 1); has UserAttributes => (is => 'ro', isa => 'ArrayRef[Paws::Inspector::Attribute]', request_name => 'userAttributes', traits => ['NameInRequest'], required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::Inspector::Finding =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action. =head1 ATTRIBUTES =head2 B Arn => Str The ARN that specifies the finding. =head2 AssetAttributes => L A collection of attributes of the host from which the finding is generated. =head2 AssetType => Str The type of the host from which the finding is generated. =head2 B Attributes => ArrayRef[L] The system-defined attributes for the finding. =head2 Confidence => Int This data element is currently not used. =head2 B CreatedAt => Str The time when the finding was generated. =head2 Description => Str The description of the finding. =head2 Id => Str The ID of the finding. =head2 IndicatorOfCompromise => Bool This data element is currently not used. =head2 NumericSeverity => Num The numeric value of the finding severity. =head2 Recommendation => Str The recommendation for the finding. =head2 SchemaVersion => Int The schema version of this data type. =head2 Service => Str The data element is set to "Inspector". =head2 ServiceAttributes => L This data type is used in the Finding data type. =head2 Severity => Str The finding severity. Values can be set to High, Medium, Low, and Informational. =head2 Title => Str The name of the finding. =head2 B UpdatedAt => Str The time when AddAttributesToFindings is called. =head2 B UserAttributes => ArrayRef[L] The user-defined attributes that are assigned to the finding. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut