Class: Aws::Health::Types::AccountEntityAggregate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::AccountEntityAggregate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
The number of entities in an account that are impacted by a specific event aggregated by the entity status codes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit Amazon Web Services account numbers that contains the affected entities.
-
#count ⇒ Integer
The number of entities that match the filter criteria for the specified events.
-
#statuses ⇒ Hash<String,Integer>
The number of affected entities aggregated by the entity status codes.
Instance Attribute Details
#account_id ⇒ String
The 12-digit Amazon Web Services account numbers that contains the affected entities.
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-health/types.rb', line 33 class AccountEntityAggregate < Struct.new( :account_id, :count, :statuses) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of entities that match the filter criteria for the specified events.
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-health/types.rb', line 33 class AccountEntityAggregate < Struct.new( :account_id, :count, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Hash<String,Integer>
The number of affected entities aggregated by the entity status codes.
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-health/types.rb', line 33 class AccountEntityAggregate < Struct.new( :account_id, :count, :statuses) SENSITIVE = [] include Aws::Structure end |