Class: Aws::Health::Types::DescribeEntityAggregatesForOrganizationResponse

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

#organization_entity_aggregatesArray<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 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 380

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