Class: Aws::WellArchitected::Types::PillarReviewSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::PillarReviewSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
A pillar review summary of a lens review.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #notes  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The notes associated with the workload.
 - 
  
    
      #pillar_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID used to identify a pillar, for example, ‘security`.
 - 
  
    
      #pillar_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the pillar.
 - 
  
    
      #prioritized_risk_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map from risk names to the count of how many questions have that rating.
 - 
  
    
      #risk_counts  ⇒ Hash<String,Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map from risk names to the count of how many questions have that rating.
 
Instance Attribute Details
#notes ⇒ String
The notes associated with the workload.
For a review template, these are the notes that will be associated with the workload when the template is applied.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4438 class PillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :risk_counts, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#pillar_id ⇒ String
The ID used to identify a pillar, for example, ‘security`.
A pillar is identified by its PillarReviewSummary$PillarId.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4438 class PillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :risk_counts, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#pillar_name ⇒ String
The name of the pillar.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4438 class PillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :risk_counts, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#prioritized_risk_counts ⇒ Hash<String,Integer>
A map from risk names to the count of how many questions have that rating.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4438 class PillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :risk_counts, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end  | 
  
#risk_counts ⇒ Hash<String,Integer>
A map from risk names to the count of how many questions have that rating.
      4438 4439 4440 4441 4442 4443 4444 4445 4446  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 4438 class PillarReviewSummary < Struct.new( :pillar_id, :pillar_name, :notes, :risk_counts, :prioritized_risk_counts) SENSITIVE = [] include Aws::Structure end  |