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

#days ⇒ Array<String>

The weekly schedule's days.

Returns:

  • (Array<String>)


11523
11524
11525
11526
11527
11528
# File 'lib/aws-sdk-inspector2/types.rb', line 11523

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

#start_time ⇒ Types::Time

The weekly schedule's start time.

Returns:



11523
11524
11525
11526
11527
11528
# File 'lib/aws-sdk-inspector2/types.rb', line 11523

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