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

Class: Aws::ElasticBeanstalk::Types::EventDescription

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

Overview

Describes an event.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The application associated with the event.

Returns:

  • (String)

    The application associated with the event.

#environment_nameString

The name of the environment associated with this event.

Returns:

  • (String)

    The name of the environment associated with this event.

#event_dateTime

The date when the event occurred.

Returns:

  • (Time)

    The date when the event occurred.

#messageString

The event message.

Returns:

  • (String)

    The event message.

#platform_arnString

The ARN of the platform version.

Returns:

  • (String)

    The ARN of the platform version.

#request_idString

The web service request ID for the activity of this event.

Returns:

  • (String)

    The web service request ID for the activity of this event.

#severityString

The severity level of this event.

Possible values:

  • TRACE
  • DEBUG
  • INFO
  • WARN
  • ERROR
  • FATAL

Returns:

  • (String)

    The severity level of this event.

#template_nameString

The name of the configuration associated with this event.

Returns:

  • (String)

    The name of the configuration associated with this event.

#version_labelString

The release label for the application version associated with this event.

Returns:

  • (String)

    The release label for the application version associated with this event.