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.
9208 9209 9210 9211 9212 9213 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9208 class WeeklySchedule < Struct.new( :days, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Types::Time
The weekly schedule's start time.
9208 9209 9210 9211 9212 9213 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9208 class WeeklySchedule < Struct.new( :days, :start_time) SENSITIVE = [] include Aws::Structure end |