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

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)


3800
3801
3802
3803
3804
3805
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3800

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:



3800
3801
3802
3803
3804
3805
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3800

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