Class: Aws::Health::Types::DescribeEntityAggregatesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-health/lib/aws-sdk-health/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_aggregatesArray<Types::EntityAggregate>

The number of entities that are affected by each of the specified events.

Returns:



407
408
409
410
411
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 407

class DescribeEntityAggregatesResponse < Struct.new(
  :entity_aggregates)
  SENSITIVE = []
  include Aws::Structure
end