Class: Aws::ResilienceHub::Types::ListSopRecommendationsResponse

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)


4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4470

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

#sop_recommendationsArray<Types::SopRecommendation>

The standard operating procedure (SOP) recommendations for the Resilience Hub applications.

Returns:



4470
4471
4472
4473
4474
4475
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4470

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