Class: Aws::QuickSight::Types::ScheduleRefreshOnEntity

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

Overview

The refresh on entity for weekly or monthly schedules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_monthString

The day of the month that you want to schedule refresh on.

Returns:

  • (String)


25117
25118
25119
25120
25121
25122
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25117

class ScheduleRefreshOnEntity < Struct.new(
  :day_of_week,
  :day_of_month)
  SENSITIVE = []
  include Aws::Structure
end

#day_of_weekString

The day of the week that you want to schedule a refresh on.

Returns:

  • (String)


25117
25118
25119
25120
25121
25122
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25117

class ScheduleRefreshOnEntity < Struct.new(
  :day_of_week,
  :day_of_month)
  SENSITIVE = []
  include Aws::Structure
end