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