Class: Aws::Inspector2::Types::DailySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DailySchedule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A daily schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ Types::Time
The schedule start time.
Instance Attribute Details
#start_time ⇒ Types::Time
The schedule start time.
4196 4197 4198 4199 4200 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4196 class DailySchedule < Struct.new( :start_time) SENSITIVE = [] include Aws::Structure end |