Class: Aws::Types::ComponentRecommendation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_name ⇒ ::String

Returns the value of attribute app_component_name.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def app_component_name
  @app_component_name
end

#config_recommendations ⇒ ::Array[Types::ConfigRecommendation]

Returns the value of attribute config_recommendations.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def config_recommendations
  @config_recommendations
end

#recommendation_status ⇒ "BreachedUnattainable", ...

Returns the value of attribute recommendation_status.

Returns:

  • ("BreachedUnattainable", "BreachedCanMeet", "MetCanImprove", "MissingPolicy")


242
243
244
# File 'sig/types.rbs', line 242

def recommendation_status
  @recommendation_status
end