Class: Aws::WellArchitected::Types::GetReviewTemplateOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetReviewTemplateOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #review_template  ⇒ Types::ReviewTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The review template.
 
Instance Attribute Details
#review_template ⇒ Types::ReviewTemplate
The review template.
      2494 2495 2496 2497 2498  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2494 class GetReviewTemplateOutput < Struct.new( :review_template) SENSITIVE = [] include Aws::Structure end  |