Class: Aws::ResilienceHub::Types::ListSopRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListSopRecommendationsResponse
- 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.
-
#sop_recommendations ⇒ Array<Types::SopRecommendation>
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
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_recommendations ⇒ Array<Types::SopRecommendation>
The standard operating procedure (SOP) recommendations for the Resilience Hub applications.
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 |