Class: Aws::QuickSight::Types::ThresholdAlertsConfigurations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::ThresholdAlertsConfigurations
 
 
- 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
- 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The threshold alerts configuration for an embedded Quick Sight dashboard.
 
Instance Attribute Details
#enabled ⇒ Boolean
The threshold alerts configuration for an embedded Quick Sight dashboard.
      35405 35406 35407 35408 35409  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35405 class ThresholdAlertsConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end  |