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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/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

#entity ⇒ Types::Entity

The entity associated with the metrics.

Returns:



1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1472

class EntityMetricData < Struct.new(
  :entity,
  :metric_data)
  SENSITIVE = []
  include Aws::Structure
end

#metric_data ⇒ Array<Types::MetricDatum>

The metric data.

Returns:



1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1472

class EntityMetricData < Struct.new(
  :entity,
  :metric_data)
  SENSITIVE = []
  include Aws::Structure
end