Class: Aws::Health::Types::DescribeEntityAggregatesForOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::DescribeEntityAggregatesForOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_ids ⇒ Array<String>
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
-
#event_arns ⇒ Array<String>
A list of event ARNs (unique identifiers).
Instance Attribute Details
#aws_account_ids ⇒ Array<String>
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-health/types.rb', line 366 class DescribeEntityAggregatesForOrganizationRequest < Struct.new( :event_arns, :aws_account_ids) SENSITIVE = [] include Aws::Structure end |
#event_arns ⇒ Array<String>
A list of event ARNs (unique identifiers). For example: ‘“arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456”, “arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101”`
366 367 368 369 370 371 |
# File 'lib/aws-sdk-health/types.rb', line 366 class DescribeEntityAggregatesForOrganizationRequest < Struct.new( :event_arns, :aws_account_ids) SENSITIVE = [] include Aws::Structure end |