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)


7209
7210
7211
7212
7213
# File 'lib/aws-sdk-macie2/types.rb', line 7209

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