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)


6901
6902
6903
6904
6905
6906
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6901

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

#start_timeTypes::Time

The monthly schedule's start time.

Returns:



6901
6902
6903
6904
6905
6906
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6901

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