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

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

Overview

The threshold alerts configuration for an embedded Quick Sight dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The threshold alerts configuration for an embedded Quick Sight dashboard.

Returns:

  • (Boolean)


37336
37337
37338
37339
37340
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 37336

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