Class: Aws::Health::Types::DescribeEntityAggregatesForOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEntityAggregatesForOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_entity_aggregates ⇒ Array<Types::OrganizationEntityAggregate>
The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
Instance Attribute Details
#organization_entity_aggregates ⇒ Array<Types::OrganizationEntityAggregate>
The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
380 381 382 383 384 |
# File 'lib/aws-sdk-health/types.rb', line 380 class DescribeEntityAggregatesForOrganizationResponse < Struct.new( :organization_entity_aggregates) SENSITIVE = [] include Aws::Structure end |