Class: Aws::Inspector2::Types::WeeklySchedule

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

Overview

A weekly schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#daysArray<String>

The weekly schedule’s days.

Returns:

  • (Array<String>)


9239
9240
9241
9242
9243
9244
# File 'lib/aws-sdk-inspector2/types.rb', line 9239

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

#start_timeTypes::Time

The weekly schedule’s start time.

Returns:



9239
9240
9241
9242
9243
9244
# File 'lib/aws-sdk-inspector2/types.rb', line 9239

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