![]() |
![]()
| ![]() |
![]()
NAMEPaws::Macie2::JobSummary 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::Macie2::JobSummary object: $service_obj->Method(Att1 => { BucketCriteria => $value, ..., UserPausedDetails => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Macie2::JobSummary object: $result = $service_obj->Method(...); $result->Att1->BucketCriteria DESCRIPTIONProvides information about a classification job, including the current status of the job. ATTRIBUTESBucketCriteria => Paws::Macie2::S3BucketCriteriaForJobThe property- and tag-based conditions that determine which S3 buckets are included or excluded from the job's analysis. Each time the job runs, the job uses these criteria to determine which buckets to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both. BucketDefinitions => ArrayRef[Paws::Macie2::S3BucketDefinitionForJob]An array of objects, one for each Amazon Web Services account that owns specific S3 buckets for the job to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both. CreatedAt => StrThe date and time, in UTC and extended ISO 8601 format, when the job was created. JobId => StrThe unique identifier for the job. JobStatus => StrThe current status of the job. Possible values are:
JobType => StrThe schedule for running the job. Possible values are:
LastRunErrorStatus => Paws::Macie2::LastRunErrorStatusSpecifies 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. Name => StrThe custom name of the job. UserPausedDetails => Paws::Macie2::UserPausedDetailsIf 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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Macie2 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>
|