Class: Aws::ResilienceHub::Types::ListTestRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListTestRecommendationsResponse
- 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.
-
#test_recommendations ⇒ Array<Types::TestRecommendation>
The test recommendations for the Resilience Hub application.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
3486 3487 3488 3489 3490 3491 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3486 class ListTestRecommendationsResponse < Struct.new( :next_token, :test_recommendations) SENSITIVE = [] include Aws::Structure end |
#test_recommendations ⇒ Array<Types::TestRecommendation>
The test recommendations for the Resilience Hub application.
3486 3487 3488 3489 3490 3491 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3486 class ListTestRecommendationsResponse < Struct.new( :next_token, :test_recommendations) SENSITIVE = [] include Aws::Structure end |