Class: Aws::ResilienceHub::Types::DeleteRecommendationTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::DeleteRecommendationTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #recommendation_template_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for a recommendation template.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the action.
 
Instance Attribute Details
#recommendation_template_arn ⇒ String
The Amazon Resource Name (ARN) for a recommendation template.
      2105 2106 2107 2108 2109 2110  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2105 class DeleteRecommendationTemplateResponse < Struct.new( :recommendation_template_arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of the action.
      2105 2106 2107 2108 2109 2110  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 2105 class DeleteRecommendationTemplateResponse < Struct.new( :recommendation_template_arn, :status) SENSITIVE = [] include Aws::Structure end  |