Class: Aws::QuickSight::Types::ThresholdAlertsConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThresholdAlertsConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The threshold alerts configuration for an embedded Amazon QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The threshold alerts configuration for an embedded Amazon QuickSight dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The threshold alerts configuration for an embedded Amazon QuickSight dashboard.
33306 33307 33308 33309 33310 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33306 class ThresholdAlertsConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |