Class: Aws::Types::FleetMetricNameAndArn
- Inherits:
-
Object
- Object
- Aws::Types::FleetMetricNameAndArn
- 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.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def metric_arn @metric_arn end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def metric_name @metric_name end |