Class: Aws::GlueDataBrew::Types::CreateScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateScheduleRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cron_expression ⇒ String
The date or dates and time or times when the jobs are to be run.
-
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run.
-
#name ⇒ String
A unique name for the schedule.
-
#tags ⇒ Hash<String,String>
Metadata tags to apply to this schedule.
Instance Attribute Details
#cron_expression ⇒ String
The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.
616 617 618 619 620 621 622 623 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 616 class CreateScheduleRequest < Struct.new( :job_names, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run.
616 617 618 619 620 621 622 623 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 616 class CreateScheduleRequest < Struct.new( :job_names, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
616 617 618 619 620 621 622 623 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 616 class CreateScheduleRequest < Struct.new( :job_names, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata tags to apply to this schedule.
616 617 618 619 620 621 622 623 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 616 class CreateScheduleRequest < Struct.new( :job_names, :cron_expression, :tags, :name) SENSITIVE = [] include Aws::Structure end |