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.
8898 8899 8900 |
# File 'sig/types.rbs', line 8898 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8895 8896 8897 |
# File 'sig/types.rbs', line 8895 def instance_id @instance_id end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
8896 8897 8898 |
# File 'sig/types.rbs', line 8896 def metric_id @metric_id end |
#name ⇒ ::String
Returns the value of attribute name.
8897 8898 8899 |
# File 'sig/types.rbs', line 8897 def name @name end |