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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 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.
5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5880 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :recommendation_status, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |