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 Amazon QuickSight dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The schedules configuration for an embedded Amazon QuickSight dashboard.

Returns:

  • (Boolean)


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