Class: Aws::Types::UpdateMetricAttributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMetricAttributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_metrics ⇒ ::Array[Types::MetricAttribute]
Returns the value of attribute add_metrics.
-
#metric_attribution_arn ⇒ ::String
Returns the value of attribute metric_attribution_arn.
-
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
-
#remove_metrics ⇒ ::Array[::String]
Returns the value of attribute remove_metrics.
Instance Attribute Details
#add_metrics ⇒ ::Array[Types::MetricAttribute]
Returns the value of attribute add_metrics.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def add_metrics @add_metrics end |
#metric_attribution_arn ⇒ ::String
Returns the value of attribute metric_attribution_arn.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def metric_attribution_arn @metric_attribution_arn end |
#metrics_output_config ⇒ Types::MetricAttributionOutput
Returns the value of attribute metrics_output_config.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def metrics_output_config @metrics_output_config end |
#remove_metrics ⇒ ::Array[::String]
Returns the value of attribute remove_metrics.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def remove_metrics @remove_metrics end |