Class: Aws::ResilienceHub::Types::SopRecommendation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_component_nameString

Name of the Application Component.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

class SopRecommendation < Struct.new(
  :app_component_name,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the SOP recommendation.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

class SopRecommendation < Struct.new(
  :app_component_name,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::RecommendationItem>

The recommendation items.

Returns:



5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

class SopRecommendation < Struct.new(
  :app_component_name,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the SOP recommendation.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

class SopRecommendation < Struct.new(
  :app_component_name,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#prerequisiteString

Prerequisite for the SOP recommendation.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

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_idString

Identifier for the SOP recommendation.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

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_statusString

Status of the recommended standard operating procedure.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

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_idString

Reference identifier for the SOP recommendation.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

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_typeString

The service type.

Returns:

  • (String)


5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5306

class SopRecommendation < Struct.new(
  :app_component_name,
  :description,
  :items,
  :name,
  :prerequisite,
  :recommendation_id,
  :recommendation_status,
  :reference_id,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end