Class: Aws::ResilienceHub::Types::ComponentRecommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Defines recommendations for an Resilience Hub Application Component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_nameString

Name of the Application Component.

Returns:

  • (String)


944
945
946
947
948
949
950
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 944

class ComponentRecommendation < Struct.new(
  :app_component_name,
  :config_recommendations,
  :recommendation_status)
  SENSITIVE = []
  include Aws::Structure
end

#config_recommendationsArray<Types::ConfigRecommendation>

List of recommendations.

Returns:



944
945
946
947
948
949
950
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 944

class ComponentRecommendation < Struct.new(
  :app_component_name,
  :config_recommendations,
  :recommendation_status)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_statusString

Status of the recommendation.

Returns:

  • (String)


944
945
946
947
948
949
950
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 944

class ComponentRecommendation < Struct.new(
  :app_component_name,
  :config_recommendations,
  :recommendation_status)
  SENSITIVE = []
  include Aws::Structure
end