Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#impact_ranking ⇒ "HIGH", ...
Returns the value of attribute impact_ranking.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#observation ⇒ ::String
Returns the value of attribute observation.
-
#recommendation_text ⇒ ::String
Returns the value of attribute recommendation_text.
-
#recommendation_type ⇒ ::String
Returns the value of attribute recommendation_type.
-
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
-
#reference_links ⇒ ::Array[Types::ReferenceLink]
Returns the value of attribute reference_links.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def cluster_identifier @cluster_identifier end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def id @id end |
#impact_ranking ⇒ "HIGH", ...
Returns the value of attribute impact_ranking.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def impact_ranking @impact_ranking end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def namespace_arn @namespace_arn end |
#observation ⇒ ::String
Returns the value of attribute observation.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def observation @observation end |
#recommendation_text ⇒ ::String
Returns the value of attribute recommendation_text.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def recommendation_text @recommendation_text end |
#recommendation_type ⇒ ::String
Returns the value of attribute recommendation_type.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def recommendation_type @recommendation_type end |
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def recommended_actions @recommended_actions end |
#reference_links ⇒ ::Array[Types::ReferenceLink]
Returns the value of attribute reference_links.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def reference_links @reference_links end |
#title ⇒ ::String
Returns the value of attribute title.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def title @title end |