Class: Aws::CloudTrail::Types::RefreshSchedule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

The schedule for a dashboard refresh.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyTypes::RefreshScheduleFrequency

The frequency at which you want the dashboard refreshed.



4303
4304
4305
4306
4307
4308
4309
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4303

class RefreshSchedule < Struct.new(
  :frequency,
  :status,
  :time_of_day)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies whether the refresh schedule is enabled. Set the value to ‘ENABLED` to enable the refresh schedule, or to `DISABLED` to turn off the refresh schedule.

Returns:

  • (String)


4303
4304
4305
4306
4307
4308
4309
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4303

class RefreshSchedule < Struct.new(
  :frequency,
  :status,
  :time_of_day)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_dayString

The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.

Returns:

  • (String)


4303
4304
4305
4306
4307
4308
4309
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4303

class RefreshSchedule < Struct.new(
  :frequency,
  :status,
  :time_of_day)
  SENSITIVE = []
  include Aws::Structure
end