Class: Aws::QuickSight::Types::SchedulesConfigurations

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

Overview

The schedules configuration for an embedded Quick Sight dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The schedules configuration for an embedded Quick Sight dashboard.

Returns:

  • (Boolean)


34380
34381
34382
34383
34384
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34380

class SchedulesConfigurations < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end