Class: Aws::ResilienceHub::Types::SopRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::SopRecommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines a standard operating procedure (SOP) recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_component_name ⇒ String
Name of the Application Component.
-
#description ⇒ String
Description of the SOP recommendation.
-
#items ⇒ Array<Types::RecommendationItem>
The recommendation items.
-
#name ⇒ String
Name of the SOP recommendation.
-
#prerequisite ⇒ String
Prerequisite for the SOP recommendation.
-
#recommendation_id ⇒ String
Identifier for the SOP recommendation.
-
#recommendation_status ⇒ String
Status of the recommended standard operating procedure.
-
#reference_id ⇒ String
Reference identifier for the SOP recommendation.
-
#service_type ⇒ String
The service type.
Instance Attribute Details
#app_component_name ⇒ String
Name of the Application Component.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the SOP recommendation.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::RecommendationItem>
The recommendation items.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the SOP recommendation.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#prerequisite ⇒ String
Prerequisite for the SOP recommendation.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
Identifier for the SOP recommendation.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_status ⇒ String
Status of the recommended standard operating procedure.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#reference_id ⇒ String
Reference identifier for the SOP recommendation.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The service type.
6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6092 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |