Class: Aws::Types::MetricTransformation
- Inherits:
-
Object
- Object
- Aws::Types::MetricTransformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Float
Returns the value of attribute default_value.
-
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
-
#metric_value ⇒ ::String
Returns the value of attribute metric_value.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#default_value ⇒ ::Float
Returns the value of attribute default_value.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def default_value @default_value end |
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def metric_name @metric_name end |
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def metric_namespace @metric_namespace end |
#metric_value ⇒ ::String
Returns the value of attribute metric_value.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def metric_value @metric_value end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def unit @unit end |