Class: Aws::WellArchitected::Types::GetProfileTemplateOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetProfileTemplateOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #profile_template  ⇒ Types::ProfileTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile template.
 
Instance Attribute Details
#profile_template ⇒ Types::ProfileTemplate
The profile template.
      2359 2360 2361 2362 2363  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 2359 class GetProfileTemplateOutput < Struct.new( :profile_template) SENSITIVE = [] include Aws::Structure end  |