Class: Aws::Types::MetricReference
- Inherits:
-
Object
- Object
- Aws::Types::MetricReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference_details ⇒ Types::ReferenceDetails
Returns the value of attribute reference_details.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def name @name end |
#reference_details ⇒ Types::ReferenceDetails
Returns the value of attribute reference_details.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def reference_details @reference_details end |