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.
8936 8937 8938 |
# File 'sig/types.rbs', line 8936 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8933 8934 8935 |
# File 'sig/types.rbs', line 8933 def instance_id @instance_id end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
8934 8935 8936 |
# File 'sig/types.rbs', line 8934 def metric_id @metric_id end |
#name ⇒ ::String
Returns the value of attribute name.
8935 8936 8937 |
# File 'sig/types.rbs', line 8935 def name @name end |