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

Class: Aws::ElastiCache::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 cluster, adding or removing a cache 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

The text of the event.

Returns:

  • (String)

    The text of the event.

#source_identifierString

The identifier for the source of the event. For example, if the event occurred at the cluster level, the identifier would be the name of the cluster.

Returns:

  • (String)

    The identifier for the source of the event.

#source_typeString

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

Possible values:

  • cache-cluster
  • cache-parameter-group
  • cache-security-group
  • cache-subnet-group
  • replication-group
  • user
  • user-group

Returns:

  • (String)

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