class Aws::Health::Types::EventTypeFilter

The values to use to filter results from the [DescribeEventTypes] operation.

[1]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventTypes.html

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

data as a hash:

    {
      event_type_codes: ["eventTypeCode"],
      services: ["service"],
      event_type_categories: ["issue"], # accepts issue, accountNotification, scheduledChange, investigation
    }

@!attribute [rw] event_type_codes

A list of event type codes.
@return [Array<String>]

@!attribute [rw] services

The AWS services associated with the event. For example, `EC2`,
`RDS`.
@return [Array<String>]

@!attribute [rw] event_type_categories

A list of event type category codes (`issue`, `scheduledChange`, or
`accountNotification`).
@return [Array<String>]

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

Constants

SENSITIVE