You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::JobScheduleFrequency

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JobScheduleFrequency as input to an Aws::Client method, you can use a vanilla Hash:

{
  daily_schedule: {
  },
  monthly_schedule: {
    day_of_month: 1,
  },
  weekly_schedule: {
    day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
  },
}

Specifies the recurrence pattern for running a classification job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#daily_scheduleTypes::DailySchedule

Specifies that a classification job runs once a day, every day. This is an empty object.

Returns:

#monthly_scheduleTypes::MonthlySchedule

Specifies a monthly recurrence pattern for running a classification job.

Returns:

#weekly_scheduleTypes::WeeklySchedule

Specifies a weekly recurrence pattern for running a classification job.

Returns: