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.
28480 28481 28482 28483 28484 28485 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28480 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.
28480 28481 28482 28483 28484 28485 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28480 class ScheduleRefreshOnEntity < Struct.new( :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |