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` package Paws::IoT::DescribeSecurityProfileResponse; use Moose; has AdditionalMetricsToRetain => (is => 'ro', isa => 'ArrayRef[Str|Undef]', traits => ['NameInRequest'], request_name => 'additionalMetricsToRetain'); has AdditionalMetricsToRetainV2 => (is => 'ro', isa => 'ArrayRef[Paws::IoT::MetricToRetain]', traits => ['NameInRequest'], request_name => 'additionalMetricsToRetainV2'); has AlertTargets => (is => 'ro', isa => 'Paws::IoT::AlertTargets', traits => ['NameInRequest'], request_name => 'alertTargets'); has Behaviors => (is => 'ro', isa => 'ArrayRef[Paws::IoT::Behavior]', traits => ['NameInRequest'], request_name => 'behaviors'); has CreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'creationDate'); has LastModifiedDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastModifiedDate'); has SecurityProfileArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'securityProfileArn'); has SecurityProfileDescription => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'securityProfileDescription'); has SecurityProfileName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'securityProfileName'); has Version => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'version'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoT::DescribeSecurityProfileResponse =head1 ATTRIBUTES =head2 AdditionalMetricsToRetain => ArrayRef[Str|Undef] I A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's C, but it is also retained for any metric specified here. =head2 AdditionalMetricsToRetainV2 => ArrayRef[L] A list of metrics whose data is retained (stored). By default, data is retained for any metric used in the profile's behaviors, but it is also retained for any metric specified here. =head2 AlertTargets => L Where the alerts are sent. (Alerts are always sent to the console.) =head2 Behaviors => ArrayRef[L] Specifies the behaviors that, when violated by a device (thing), cause an alert. =head2 CreationDate => Str The time the security profile was created. =head2 LastModifiedDate => Str The time the security profile was last modified. =head2 SecurityProfileArn => Str The ARN of the security profile. =head2 SecurityProfileDescription => Str A description of the security profile (associated with the security profile when it was created or updated). =head2 SecurityProfileName => Str The name of the security profile. =head2 Version => Int The version of the security profile. A new version is generated whenever the security profile is updated. =head2 _request_id => Str =cut