Class: Aws::Macie2::Types::WeeklySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::WeeklySchedule
- 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_week ⇒ 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 |