class Aws::Health::Types::EventAccountFilter

The values used to filter results from the

DescribeEventDetailsForOrganization][1

and

DescribeAffectedEntitiesForOrganization][2

operations.

[1]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetailsForOrganization.html [2]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html

@note When making an API call, you may pass EventAccountFilter

data as a hash:

    {
      event_arn: "eventArn", # required
      aws_account_id: "accountId",
    }

@!attribute [rw] event_arn

The unique identifier for the event. The event ARN has the
`arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
` format.

For example, an event ARN might look like the following:

`arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
@return [String]

@!attribute [rw] aws_account_id

The 12-digit AWS account numbers that contains the affected
entities.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/EventAccountFilter AWS API Documentation

Constants

SENSITIVE