Class: Aws::Types::DeleteMetricRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMetricRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def instance_id @instance_id end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def metric_id @metric_id end |