Class: Aws::QuickSight::Types::ScheduleRefreshOnEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ScheduleRefreshOnEntity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The refresh on entity for weekly or monthly schedules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_month ⇒ String
The day of the month that you want to schedule refresh on.
-
#day_of_week ⇒ String
The day of the week that you want to schedule a refresh on.
Instance Attribute Details
#day_of_month ⇒ String
The day of the month that you want to schedule refresh on.
28864 28865 28866 28867 28868 28869 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28864 class ScheduleRefreshOnEntity < Struct.new( :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |
#day_of_week ⇒ String
The day of the week that you want to schedule a refresh on.
28864 28865 28866 28867 28868 28869 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28864 class ScheduleRefreshOnEntity < Struct.new( :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |