Class: Aws::Types::PublishMetricsInput
- Inherits:
-
Object
- Object
- Aws::Types::PublishMetricsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
Instance Attribute Details
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
235 236 237 |
# File 'sig/types.rbs', line 235 def environment_name @environment_name end |
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
236 237 238 |
# File 'sig/types.rbs', line 236 def metric_data @metric_data end |