Class: Aws::QuickSight::Types::ThresholdAlertsConfigurations

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

Overview

The threshold alerts configuration for an embedded QuickSight dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The threshold alerts configuration for an embedded QuickSight dashboard.

Returns:

  • (Boolean)


33594
33595
33596
33597
33598
# File 'lib/aws-sdk-quicksight/types.rb', line 33594

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