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
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
Token for the next set of results, or null if there are no more results.
4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4445 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.
4445 4446 4447 4448 4449 4450 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4445 class ListTestRecommendationsResponse < Struct.new( :next_token, :test_recommendations) SENSITIVE = [] include Aws::Structure end |