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.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def instance_id @instance_id end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def metric_id @metric_id end |