Class: Aws::Types::Metric
- Inherits:
-
Object
- Object
- Aws::Types::Metric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#processing_config ⇒ Types::MetricProcessingConfig
Returns the value of attribute processing_config.
-
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
-
#window ⇒ Types::MetricWindow
Returns the value of attribute window.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def expression @expression end |
#processing_config ⇒ Types::MetricProcessingConfig
Returns the value of attribute processing_config.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def processing_config @processing_config end |
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def variables @variables end |
#window ⇒ Types::MetricWindow
Returns the value of attribute window.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def window @window end |