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

Class: Aws::Macie2::Types::WeeklySchedule

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

Overview

Note:

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

{
  day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
}

Specifies a weekly recurrence pattern for running a classification job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Possible values:

  • SUNDAY
  • MONDAY
  • TUESDAY
  • WEDNESDAY
  • THURSDAY
  • FRIDAY
  • SATURDAY

Returns:

  • (String)