Class: Aws::Types::MetricsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MetricsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_metric_enabled ⇒ Boolean
Returns the value of attribute cloud_metric_enabled.
-
#metric_rule_role_arn ⇒ ::String
Returns the value of attribute metric_rule_role_arn.
Instance Attribute Details
#cloud_metric_enabled ⇒ Boolean
Returns the value of attribute cloud_metric_enabled.
347 348 349 |
# File 'sig/types.rbs', line 347 def cloud_metric_enabled @cloud_metric_enabled end |
#metric_rule_role_arn ⇒ ::String
Returns the value of attribute metric_rule_role_arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def metric_rule_role_arn @metric_rule_role_arn end |