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>)


7451
7452
7453
7454
7455
7456
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7451

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

#start_timeTypes::Time

The weekly schedule's start time.

Returns:



7451
7452
7453
7454
7455
7456
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7451

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