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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5493
5494
5495
5496
5497
5498
# File 'lib/aws-sdk-inspector2/types.rb', line 5493

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

#start_timeTypes::Time

The monthly schedule’s start time.

Returns:



5493
5494
5495
5496
5497
5498
# File 'lib/aws-sdk-inspector2/types.rb', line 5493

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