Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#link ⇒ ::String
Returns the value of attribute link.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#related_anomalies ⇒ ::Array[Types::RecommendationRelatedAnomaly]
Returns the value of attribute related_anomalies.
-
#related_events ⇒ ::Array[Types::RecommendationRelatedEvent]
Returns the value of attribute related_events.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
833 834 835 |
# File 'sig/types.rbs', line 833 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
827 828 829 |
# File 'sig/types.rbs', line 827 def description @description end |
#link ⇒ ::String
Returns the value of attribute link.
828 829 830 |
# File 'sig/types.rbs', line 828 def link @link end |
#name ⇒ ::String
Returns the value of attribute name.
829 830 831 |
# File 'sig/types.rbs', line 829 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
830 831 832 |
# File 'sig/types.rbs', line 830 def reason @reason end |
#related_anomalies ⇒ ::Array[Types::RecommendationRelatedAnomaly]
Returns the value of attribute related_anomalies.
832 833 834 |
# File 'sig/types.rbs', line 832 def end |
#related_events ⇒ ::Array[Types::RecommendationRelatedEvent]
Returns the value of attribute related_events.
831 832 833 |
# File 'sig/types.rbs', line 831 def end |