Class: Aws::Health::Types::DescribeEntityAggregatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEntityAggregatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_aggregates ⇒ Array<Types::EntityAggregate>
The number of entities that are affected by each of the specified events.
Instance Attribute Details
#entity_aggregates ⇒ Array<Types::EntityAggregate>
The number of entities that are affected by each of the specified events.
407 408 409 410 411 |
# File 'lib/aws-sdk-health/types.rb', line 407 class DescribeEntityAggregatesResponse < Struct.new( :entity_aggregates) SENSITIVE = [] include Aws::Structure end |