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

Class: Aws::DAX::Types::Event

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

Overview

Represents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date and time when the event occurred.

Returns:

  • (Time)

    The date and time when the event occurred.

#messageString

A user-defined message associated with the event.

Returns:

  • (String)

    A user-defined message associated with the event.

#source_nameString

The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

Returns:

  • (String)

    The source of the event.

#source_typeString

Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.

Possible values:

  • CLUSTER
  • PARAMETER_GROUP
  • SUBNET_GROUP

Returns:

  • (String)

    Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.