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

Class: Aws::Health::Types::EventType

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

Overview

Metadata about a type of event that is reported by AWS Health. Data consists of the category (for example, issue), the service (for example, EC2), and the event type code (for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT).

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

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

Possible values:

  • issue
  • accountNotification
  • scheduledChange
  • investigation

Returns:

  • (String)

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

#codeString

The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

Returns:

  • (String)

    The unique identifier for the event type.

#serviceString

The AWS service that is affected by the event. For example, EC2, RDS.

Returns:

  • (String)

    The AWS service that is affected by the event.