Class: Aws::ResilienceHub::Types::ListTestRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next set of results, or null if there are no more results.

Returns:

  • (String)


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_recommendationsArray<Types::TestRecommendation>

The test recommendations for the Resilience Hub application.

Returns:



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