![]() |
![]()
| ![]() |
![]()
NAMEPaws::Macie2::JobDetails 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::JobDetails object: $service_obj->Method(Att1 => { IsDefinedInJob => $value, ..., LastJobRunTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Macie2::JobDetails object: $result = $service_obj->Method(...); $result->Att1->IsDefinedInJob DESCRIPTIONSpecifies whether any one-time or recurring classification jobs are configured to analyze data in an S3 bucket, and, if so, the details of the job that ran most recently. ATTRIBUTESIsDefinedInJob => StrSpecifies whether any one-time or recurring jobs are configured to analyze data in the bucket. Possible values are:
IsMonitoredByJob => StrSpecifies whether any recurring jobs are configured to analyze data in the bucket. Possible values are:
LastJobId => StrThe unique identifier for the job that ran most recently and is configured to analyze data in the bucket, either the latest run of a recurring job or the only run of a one-time job. This value is typically null if the value for the isDefinedInJob property is FALSE or UNKNOWN. LastJobRunTime => StrThe date and time, in UTC and extended ISO 8601 format, when the job (lastJobId) started. If the job is a recurring job, this value indicates when the most recent run started. This value is typically null if the value for the isDefinedInJob property is FALSE or UNKNOWN. 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>
|