Class: Aws::Types::MetricSpecification
- Inherits:
-
Object
- Object
- Aws::Types::MetricSpecification
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Customized, Predefined, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customized ⇒ Types::CustomizedMetricSpecification
Returns the value of attribute customized.
-
#predefined ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customized ⇒ Types::CustomizedMetricSpecification
Returns the value of attribute customized.
8707 8708 8709 |
# File 'sig/types.rbs', line 8707 def customized @customized end |
#predefined ⇒ Types::PredefinedMetricSpecification
Returns the value of attribute predefined.
8706 8707 8708 |
# File 'sig/types.rbs', line 8706 def predefined @predefined end |
#unknown ⇒ Object
Returns the value of attribute unknown.
8708 8709 8710 |
# File 'sig/types.rbs', line 8708 def unknown @unknown end |