Class: Aws::Types::CloudwatchMetricAction
- Inherits:
-
Object
- Object
- Aws::Types::CloudwatchMetricAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
-
#metric_timestamp ⇒ ::String
Returns the value of attribute metric_timestamp.
-
#metric_unit ⇒ ::String
Returns the value of attribute metric_unit.
-
#metric_value ⇒ ::String
Returns the value of attribute metric_value.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
597 598 599 |
# File 'sig/types.rbs', line 597 def metric_name @metric_name end |
#metric_namespace ⇒ ::String
Returns the value of attribute metric_namespace.
596 597 598 |
# File 'sig/types.rbs', line 596 def metric_namespace @metric_namespace end |
#metric_timestamp ⇒ ::String
Returns the value of attribute metric_timestamp.
600 601 602 |
# File 'sig/types.rbs', line 600 def @metric_timestamp end |
#metric_unit ⇒ ::String
Returns the value of attribute metric_unit.
599 600 601 |
# File 'sig/types.rbs', line 599 def metric_unit @metric_unit end |
#metric_value ⇒ ::String
Returns the value of attribute metric_value.
598 599 600 |
# File 'sig/types.rbs', line 598 def metric_value @metric_value end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def role_arn @role_arn end |