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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/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)


3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3919

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:



3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3919

class ListTestRecommendationsResponse < Struct.new(
  :next_token,
  :test_recommendations)
  SENSITIVE = []
  include Aws::Structure
end