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.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def expression @expression end |
#processing_config ⇒ Types::MetricProcessingConfig
Returns the value of attribute processing_config.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def processing_config @processing_config end |
#variables ⇒ ::Array[Types::ExpressionVariable]
Returns the value of attribute variables.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def variables @variables end |
#window ⇒ Types::MetricWindow
Returns the value of attribute window.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def window @window end |