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.



9242
9243
9244
9245
9246
9247
# File 'lib/aws-sdk-inspector2/types.rb', line 9242

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

#start_timeTypes::Time

The weekly schedule’s start time.



9242
9243
9244
9245
9246
9247
# File 'lib/aws-sdk-inspector2/types.rb', line 9242

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