Class: Aws::Types::CalculationComponent
- Inherits:
-
Object
- Object
- Aws::Types::CalculationComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#metric_filters ⇒ ::Array[Types::MetricFilter]
Returns the value of attribute metric_filters.
-
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
788 789 790 |
# File 'sig/types.rbs', line 788 def alias @alias end |
#metric_filters ⇒ ::Array[Types::MetricFilter]
Returns the value of attribute metric_filters.
791 792 793 |
# File 'sig/types.rbs', line 791 def metric_filters @metric_filters end |
#metric_id ⇒ ::String
Returns the value of attribute metric_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def metric_id @metric_id end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
789 790 791 |
# File 'sig/types.rbs', line 789 def metric_name @metric_name end |