Class: Aws::Types::RecommendationRelatedAnomaly
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationRelatedAnomaly
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
-
#resources ⇒ ::Array[Types::RecommendationRelatedAnomalyResource]
Returns the value of attribute resources.
-
#source_details ⇒ ::Array[Types::RecommendationRelatedAnomalySourceDetail]
Returns the value of attribute source_details.
Instance Attribute Details
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
840 841 842 |
# File 'sig/types.rbs', line 840 def anomaly_id @anomaly_id end |
#resources ⇒ ::Array[Types::RecommendationRelatedAnomalyResource]
Returns the value of attribute resources.
838 839 840 |
# File 'sig/types.rbs', line 838 def resources @resources end |
#source_details ⇒ ::Array[Types::RecommendationRelatedAnomalySourceDetail]
Returns the value of attribute source_details.
839 840 841 |
# File 'sig/types.rbs', line 839 def source_details @source_details end |