You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Health::Types::EventTypeFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EventTypeFilter as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#event_type_categoriesArray<String>

A list of event type category codes (issue, scheduledChange, or accountNotification).

Returns:

  • (Array<String>)

    A list of event type category codes (issue, scheduledChange, or accountNotification).

#event_type_codesArray<String>

A list of event type codes.

Returns:

  • (Array<String>)

    A list of event type codes.

#servicesArray<String>

The AWS services associated with the event. For example, EC2, RDS.

Returns:

  • (Array<String>)

    The AWS services associated with the event.