Class: Aws::WellArchitected::Types::NotificationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::NotificationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A notification summary return object.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lens_upgrade_summary  ⇒ Types::LensUpgradeSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Summary of lens upgrade.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of notification.
 
Instance Attribute Details
#lens_upgrade_summary ⇒ Types::LensUpgradeSummary
Summary of lens upgrade.
      4342 4343 4344 4345 4346 4347  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4342 class NotificationSummary < Struct.new( :type, :lens_upgrade_summary) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of notification.
      4342 4343 4344 4345 4346 4347  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4342 class NotificationSummary < Struct.new( :type, :lens_upgrade_summary) SENSITIVE = [] include Aws::Structure end  |