Class: Aws::ResilienceHub::Types::ListRecommendationTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListRecommendationTemplatesResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#recommendation_templates ⇒ Array<Types::RecommendationTemplate>
The recommendation templates for the Resilience Hub applications.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2125 2126 2127 2128 2129 2130 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2125 class ListRecommendationTemplatesResponse < Struct.new( :next_token, :recommendation_templates) SENSITIVE = [] include Aws::Structure end |
#recommendation_templates ⇒ Array<Types::RecommendationTemplate>
The recommendation templates for the Resilience Hub applications.
2125 2126 2127 2128 2129 2130 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2125 class ListRecommendationTemplatesResponse < Struct.new( :next_token, :recommendation_templates) SENSITIVE = [] include Aws::Structure end |