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

#day ⇒ String

The monthly schedule's day.

Returns:

  • (String)


8203
8204
8205
8206
8207
8208
# File 'lib/aws-sdk-inspector2/types.rb', line 8203

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

#start_time ⇒ Types::Time

The monthly schedule's start time.

Returns:



8203
8204
8205
8206
8207
8208
# File 'lib/aws-sdk-inspector2/types.rb', line 8203

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