Class: Aws::Types::UpdateMetricMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMetricMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8759 8760 8761 |
# File 'sig/types.rbs', line 8759 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8756 8757 8758 |
# File 'sig/types.rbs', line 8756 def instance_id @instance_id end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
8757 8758 8759 |
# File 'sig/types.rbs', line 8757 def metric_id @metric_id end |
#name ⇒ ::String
Returns the value of attribute name.
8758 8759 8760 |
# File 'sig/types.rbs', line 8758 def name @name end |