Class: Aws::Inspector2::Types::MonthlySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::MonthlySchedule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A monthly schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day ⇒ String
The monthly schedule’s day.
-
#start_time ⇒ Types::Time
The monthly schedule’s start time.
Instance Attribute Details
#day ⇒ String
The monthly schedule’s day.
5490 5491 5492 5493 5494 5495 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5490 class MonthlySchedule < Struct.new( :day, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Types::Time
The monthly schedule’s start time.
5490 5491 5492 5493 5494 5495 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5490 class MonthlySchedule < Struct.new( :day, :start_time) SENSITIVE = [] include Aws::Structure end |