Class: Aws::QuickSight::Types::SchedulesConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SchedulesConfigurations
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The schedules configuration for an embedded Amazon QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The schedules configuration for an embedded Amazon QuickSight dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The schedules configuration for an embedded Amazon QuickSight dashboard.
29227 29228 29229 29230 29231 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29227 class SchedulesConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |