Class: Aws::Types::BatchPutMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data ⇒ ::Array[Types::RawMetricData]
Returns the value of attribute metric_data.
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
Instance Attribute Details
#metric_data ⇒ ::Array[Types::RawMetricData]
Returns the value of attribute metric_data.
29 30 31 |
# File 'sig/types.rbs', line 29 def metric_data @metric_data end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
28 29 30 |
# File 'sig/types.rbs', line 28 def trial_component_name @trial_component_name end |