Class: Aws::ResilienceHub::Types::CreateRecommendationTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_templateTypes::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.



1633
1634
1635
1636
1637
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1633

class CreateRecommendationTemplateResponse < Struct.new(
  :recommendation_template)
  SENSITIVE = []
  include Aws::Structure
end