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.



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