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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies a weekly recurrence pattern for running a classification job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Returns:

  • (String)


7231
7232
7233
7234
7235
# File 'lib/aws-sdk-macie2/types.rb', line 7231

class WeeklySchedule < Struct.new(
  :day_of_week)
  SENSITIVE = []
  include Aws::Structure
end