Class: Aws::Types::AlarmRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::AlarmRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#app_component_names ⇒ ::Array[::String]
Returns the value of attribute app_component_names.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#items ⇒ ::Array[Types::RecommendationItem]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prerequisite ⇒ ::String
Returns the value of attribute prerequisite.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#recommendation_status ⇒ "Implemented", ...
Returns the value of attribute recommendation_status.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#type ⇒ "Metric", ...
Returns the value of attribute type.
Instance Attribute Details
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
53 54 55 |
# File 'sig/types.rbs', line 53 def app_component_name @app_component_name end |
#app_component_names ⇒ ::Array[::String]
Returns the value of attribute app_component_names.
54 55 56 |
# File 'sig/types.rbs', line 54 def app_component_names @app_component_names end |
#description ⇒ ::String
Returns the value of attribute description.
55 56 57 |
# File 'sig/types.rbs', line 55 def description @description end |
#items ⇒ ::Array[Types::RecommendationItem]
Returns the value of attribute items.
56 57 58 |
# File 'sig/types.rbs', line 56 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
57 58 59 |
# File 'sig/types.rbs', line 57 def name @name end |
#prerequisite ⇒ ::String
Returns the value of attribute prerequisite.
58 59 60 |
# File 'sig/types.rbs', line 58 def prerequisite @prerequisite end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def recommendation_id @recommendation_id end |
#recommendation_status ⇒ "Implemented", ...
Returns the value of attribute recommendation_status.
60 61 62 |
# File 'sig/types.rbs', line 60 def recommendation_status @recommendation_status end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def reference_id @reference_id end |
#type ⇒ "Metric", ...
Returns the value of attribute type.
62 63 64 |
# File 'sig/types.rbs', line 62 def type @type end |