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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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.



1429
1430
1431
1432
1433
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1429

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