Class: Aws::ResilienceHub::Types::ListRecommendationTemplatesResponse

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

#next_tokenString

Token for the next set of results, or null if there are no more results.

Returns:

  • (String)


3703
3704
3705
3706
3707
3708
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3703

class ListRecommendationTemplatesResponse < Struct.new(
  :next_token,
  :recommendation_templates)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_templatesArray<Types::RecommendationTemplate>

The recommendation templates for the Resilience Hub applications.

Returns:



3703
3704
3705
3706
3707
3708
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3703

class ListRecommendationTemplatesResponse < Struct.new(
  :next_token,
  :recommendation_templates)
  SENSITIVE = []
  include Aws::Structure
end