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::Macie2::DescribeClassificationJobResponse; use Moose; has ClientToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'clientToken'); has CreatedAt => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'createdAt'); has CustomDataIdentifierIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]', traits => ['NameInRequest'], request_name => 'customDataIdentifierIds'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has InitialRun => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'initialRun'); has JobArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobArn'); has JobId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobId'); has JobStatus => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobStatus'); has JobType => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobType'); has LastRunErrorStatus => (is => 'ro', isa => 'Paws::Macie2::LastRunErrorStatus', traits => ['NameInRequest'], request_name => 'lastRunErrorStatus'); has LastRunTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'lastRunTime'); has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name'); has S3JobDefinition => (is => 'ro', isa => 'Paws::Macie2::S3JobDefinition', traits => ['NameInRequest'], request_name => 's3JobDefinition'); has SamplingPercentage => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'samplingPercentage'); has ScheduleFrequency => (is => 'ro', isa => 'Paws::Macie2::JobScheduleFrequency', traits => ['NameInRequest'], request_name => 'scheduleFrequency'); has Statistics => (is => 'ro', isa => 'Paws::Macie2::Statistics', traits => ['NameInRequest'], request_name => 'statistics'); has Tags => (is => 'ro', isa => 'Paws::Macie2::TagMap', traits => ['NameInRequest'], request_name => 'tags'); has UserPausedDetails => (is => 'ro', isa => 'Paws::Macie2::UserPausedDetails', traits => ['NameInRequest'], request_name => 'userPausedDetails'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Macie2::DescribeClassificationJobResponse =head1 ATTRIBUTES =head2 ClientToken => Str The token that was provided to ensure the idempotency of the request to create the job. =head2 CreatedAt => Str The date and time, in UTC and extended ISO 8601 format, when the job was created. =head2 CustomDataIdentifierIds => ArrayRef[Str|Undef] The custom data identifiers that the job uses to analyze data. =head2 Description => Str The custom description of the job. =head2 InitialRun => Bool Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created. =head2 JobArn => Str The Amazon Resource Name (ARN) of the job. =head2 JobId => Str The unique identifier for the job. =head2 JobStatus => Str The current status of the job. Possible values are: =over =item * CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days. =item * COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs. =item * IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs. =item * PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for. =item * RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress. =item * USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property. =back Valid values are: C<"RUNNING">, C<"PAUSED">, C<"CANCELLED">, C<"COMPLETE">, C<"IDLE">, C<"USER_PAUSED"> =head2 JobType => Str The schedule for running the job. Possible values are: =over =item * ONE_TIME - The job runs only once. =item * SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job. =back Valid values are: C<"ONE_TIME">, C<"SCHEDULED"> =head2 LastRunErrorStatus => L Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. =head2 LastRunTime => Str The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started. =head2 Name => Str The custom name of the job. =head2 S3JobDefinition => L The S3 buckets that contain the objects to analyze, and the scope of that analysis. =head2 SamplingPercentage => Int The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes. =head2 ScheduleFrequency => L The recurrence pattern for running the job. If the job is configured to run only once, this value is null. =head2 Statistics => L The number of times that the job has run and processing statistics for the job's current run. =head2 Tags => L A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job. =head2 UserPausedDetails => L If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED. =head2 _request_id => Str =cut