Class: Aws::ResilienceHub::Types::ListRecommendationTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListRecommendationTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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
Token for the next set of results, or null if there are no more results.
4369 4370 4371 4372 4373 4374 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4369 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.
4369 4370 4371 4372 4373 4374 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4369 class ListRecommendationTemplatesResponse < Struct.new( :next_token, :recommendation_templates) SENSITIVE = [] include Aws::Structure end |