Class: Aws::ResilienceHub::Types::ListTestRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListTestRecommendationsResponse
- 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.
-
#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.
4589 4590 4591 4592 4593 4594 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4589 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.
4589 4590 4591 4592 4593 4594 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4589 class ListTestRecommendationsResponse < Struct.new( :next_token, :test_recommendations) SENSITIVE = [] include Aws::Structure end |