Class: Aws::Types::PutMetricDataInput
- Inherits:
-
Object
- Object
- Aws::Types::PutMetricDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_metric_data ⇒ ::Array[Types::EntityMetricData]
Returns the value of attribute entity_metric_data.
-
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#strict_entity_validation ⇒ Boolean
Returns the value of attribute strict_entity_validation.
Instance Attribute Details
#entity_metric_data ⇒ ::Array[Types::EntityMetricData]
Returns the value of attribute entity_metric_data.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def entity_metric_data @entity_metric_data end |
#metric_data ⇒ ::Array[Types::MetricDatum]
Returns the value of attribute metric_data.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def metric_data @metric_data end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def namespace @namespace end |
#strict_entity_validation ⇒ Boolean
Returns the value of attribute strict_entity_validation.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def strict_entity_validation @strict_entity_validation end |