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.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def default_value @default_value end |
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def metric_name @metric_name end |
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def metric_namespace @metric_namespace end |
#metric_value ⇒ ::String
Returns the value of attribute metric_value.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def metric_value @metric_value end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def unit @unit end |