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

Class: Aws::Redshift::Types::Event

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

Overview

Describes an event.

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date and time of the event.

Returns:

  • (Time)

    The date and time of the event.

#event_categoriesArray<String>

A list of the event categories.

Values: Configuration, Management, Monitoring, Security

Returns:

  • (Array<String>)

    A list of the event categories.

#event_idString

The identifier of the event.

Returns:

  • (String)

    The identifier of the event.

#messageString

The text of this event.

Returns:

  • (String)

    The text of this event.

#severityString

The severity of the event.

Values: ERROR, INFO

Returns:

  • (String)

    The severity of the event.

#source_identifierString

The identifier for the source of the event.

Returns:

  • (String)

    The identifier for the source of the event.

#source_typeString

The source type for this event.

Possible values:

  • cluster
  • cluster-parameter-group
  • cluster-security-group
  • cluster-snapshot
  • scheduled-action

Returns:

  • (String)

    The source type for this event.