Class: Aws::ResilienceHub::Types::SopRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::SopRecommendation
- Defined in:
- gems/aws-sdk-resiliencehub/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
The application component name.
-
#description ⇒ String
The description of the SOP recommendation.
-
#items ⇒ Array<Types::RecommendationItem>
The recommendation items.
-
#name ⇒ String
The name of the SOP recommendation.
-
#prerequisite ⇒ String
The prerequisite for the SOP recommendation.
-
#recommendation_id ⇒ String
Identifier for the SOP recommendation.
-
#reference_id ⇒ String
The reference identifier for the SOP recommendation.
-
#service_type ⇒ String
The service type.
Instance Attribute Details
#app_component_name ⇒ String
The application component name.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the SOP recommendation.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::RecommendationItem>
The recommendation items.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SOP recommendation.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#prerequisite ⇒ String
The prerequisite for the SOP recommendation.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
Identifier for the SOP recommendation.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#reference_id ⇒ String
The reference identifier for the SOP recommendation.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The service type.
3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3222 class SopRecommendation < Struct.new( :app_component_name, :description, :items, :name, :prerequisite, :recommendation_id, :reference_id, :service_type) SENSITIVE = [] include Aws::Structure end |