Class: Aws::Inspector2::Types::DailySchedule

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

Overview

A daily schedule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_timeTypes::Time

The schedule start time.

Returns:



2420
2421
2422
2423
2424
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2420

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