Class: Aws::ResilienceHub::Types::CreateRecommendationTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::CreateRecommendationTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #recommendation_template  ⇒ Types::RecommendationTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The newly created recommendation template, returned as an object.
 
Instance Attribute Details
#recommendation_template ⇒ Types::RecommendationTemplate
The newly created recommendation template, returned as an object. This object includes the template’s name, format, status, tags, Amazon S3 bucket location, and more.
      1658 1659 1660 1661 1662  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1658 class CreateRecommendationTemplateResponse < Struct.new( :recommendation_template) SENSITIVE = [] include Aws::Structure end  |