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.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def cluster_identifier @cluster_identifier end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def id @id end |
#impact_ranking ⇒ "HIGH", ...
Returns the value of attribute impact_ranking.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def impact_ranking @impact_ranking end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def namespace_arn @namespace_arn end |
#observation ⇒ ::String
Returns the value of attribute observation.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def observation @observation end |
#recommendation_text ⇒ ::String
Returns the value of attribute recommendation_text.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def recommendation_text @recommendation_text end |
#recommendation_type ⇒ ::String
Returns the value of attribute recommendation_type.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def recommendation_type @recommendation_type end |
#recommended_actions ⇒ ::Array[Types::RecommendedAction]
Returns the value of attribute recommended_actions.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def recommended_actions @recommended_actions end |
#reference_links ⇒ ::Array[Types::ReferenceLink]
Returns the value of attribute reference_links.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def reference_links @reference_links end |
#title ⇒ ::String
Returns the value of attribute title.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def title @title end |