NAME
Paws::GlueDataBrew::Schedule
USAGE
This 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
DESCRIPTION
Represents one or more dates and times when a job is to run.
ATTRIBUTES
AccountId => Str
The ID of the Amazon Web Services account that owns the schedule.
CreateDate => Str
The date and time that the schedule was created.
CreatedBy => Str
The Amazon Resource Name (ARN) of the user who created the schedule.
CronExpression => Str
The 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 => Str
The Amazon Resource Name (ARN) of the user who last modified the schedule.
LastModifiedDate => Str
The date and time when the schedule was last modified.
REQUIRED Name => Str
The name of the schedule.
ResourceArn => Str
The Amazon Resource Name (ARN) of the schedule.
Tags => Paws::GlueDataBrew::TagMap
Metadata tags that have been applied to the schedule.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::GlueDataBrew
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues