Class: Aws::Types::RecommendationRelatedAnomalyResource
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationRelatedAnomalyResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
846 847 848 |
# File 'sig/types.rbs', line 846 def type @type end |