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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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>)


9242
9243
9244
9245
9246
9247
# File 'gems/aws-sdk-inspector2/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.

Returns:



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

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