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.
4322 4323 4324 4325 4326 4327 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4322 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.
4322 4323 4324 4325 4326 4327 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4322 class ListRecommendationTemplatesResponse < Struct.new( :next_token, :recommendation_templates) SENSITIVE = [] include Aws::Structure end |