Class: Aws::Inspector2::Types::MonthlySchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

A monthly schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dayString

The monthly schedule's day.

Returns:

  • (String)


5470
5471
5472
5473
5474
5475
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5470

class MonthlySchedule < Struct.new(
  :day,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTypes::Time

The monthly schedule's start time.

Returns:



5470
5471
5472
5473
5474
5475
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5470

class MonthlySchedule < Struct.new(
  :day,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end