Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ElastiCache::Types::Event

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date and time when the event occurred.

Returns:

  • (Time)

5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5060

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The text of the event.

Returns:

  • (String)

5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5060

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#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)

5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5060

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

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

Returns:

  • (String)

5060
5061
5062
5063
5064
5065
5066
5067
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5060

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :date)
  SENSITIVE = []
  include Aws::Structure
end