![]() |
![]()
| ![]() |
![]()
NAMEPaws::GlueDataBrew::Schedule 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::GlueDataBrew::Schedule object: $service_obj->Method(Att1 => { AccountId => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::GlueDataBrew::Schedule object: $result = $service_obj->Method(...); $result->Att1->AccountId DESCRIPTIONRepresents one or more dates and times when a job is to run. ATTRIBUTESAccountId => StrThe ID of the Amazon Web Services account that owns the schedule. CreateDate => StrThe date and time that the schedule was created. CreatedBy => StrThe Amazon Resource Name (ARN) of the user who created the schedule. CronExpression => StrThe dates and times when the job is to run. For more information, see Cron expressions (https://docs.aws.amazon.com/databrew/latest/dg/jobs.cron.html) in the Glue DataBrew Developer Guide. JobNames => ArrayRef[Str|Undef]A list of jobs to be run, according to the schedule. LastModifiedBy => StrThe Amazon Resource Name (ARN) of the user who last modified the schedule. LastModifiedDate => StrThe date and time when the schedule was last modified. REQUIRED Name => StrThe name of the schedule. ResourceArn => StrThe Amazon Resource Name (ARN) of the schedule. Tags => Paws::GlueDataBrew::TagMapMetadata tags that have been applied to the schedule. SEE ALSOThis class forms part of Paws, describing an object used in Paws::GlueDataBrew 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>
|