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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136

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

#config_recommendationsArray<Types::ConfigRecommendation>

List of recommendations.

Returns:



1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136

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

#recommendation_statusString

Status of the recommendation.

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136

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