Class: Aws::CloudWatch::Types::EntityMetricData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entityTypes::Entity

The entity associated with the metrics.

Returns:



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_dataArray<Types::MetricDatum>

The metric data.

Returns:



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