Class: Aws::Inspector2::Types::WeeklySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::WeeklySchedule
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A weekly schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#days ⇒ Array<String>
The weekly schedule's days.
-
#start_time ⇒ Types::Time
The weekly schedule's start time.
Instance Attribute Details
#days ⇒ Array<String>
The weekly schedule's days.
9236 9237 9238 9239 9240 9241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9236 class WeeklySchedule < Struct.new( :start_time, :days) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Types::Time
The weekly schedule's start time.
9236 9237 9238 9239 9240 9241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9236 class WeeklySchedule < Struct.new( :start_time, :days) SENSITIVE = [] include Aws::Structure end |