Class: Aws::Types::RecommendationRelatedCloudWatchMetricsSourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationRelatedCloudWatchMetricsSourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
856 857 858 |
# File 'sig/types.rbs', line 856 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
857 858 859 |
# File 'sig/types.rbs', line 857 def namespace @namespace end |