Class: Aws::GlueDataBrew::Types::Schedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Represents one or more dates and times when a job is to run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that owns the schedule.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateTime

The date and time that the schedule was created.

Returns:

  • (Time)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The Amazon Resource Name (ARN) of the user who created the schedule.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#cron_expressionString

The dates and times when the job is to run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#job_namesArray<String>

A list of jobs to be run, according to the schedule.

Returns:

  • (Array<String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The Amazon Resource Name (ARN) of the user who last modified the schedule.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time when the schedule was last modified.

Returns:

  • (Time)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schedule.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the schedule.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags that have been applied to the schedule.

Returns:

  • (Hash<String,String>)


3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3467

class Schedule < Struct.new(
  :account_id,
  :created_by,
  :create_date,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end