Class: Aws::CloudWatch::Types::EntityMetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::EntityMetricData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
A set of metrics that are associated with an entity, such as a specific service or resource. Contains the entity and the list of metric data associated with it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::Entity
The entity associated with the metrics.
-
#metric_data ⇒ Array<Types::MetricDatum>
The metric data.
Instance Attribute Details
#entity ⇒ Types::Entity
The entity associated with the metrics.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1136 class EntityMetricData < Struct.new( :entity, :metric_data) SENSITIVE = [] include Aws::Structure end |
#metric_data ⇒ Array<Types::MetricDatum>
The metric data.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1136 class EntityMetricData < Struct.new( :entity, :metric_data) SENSITIVE = [] include Aws::Structure end |