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.
2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2430 class DailySchedule < Struct.new( :start_time) SENSITIVE = [] include Aws::Structure end |