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
- Struct
- Aws::ElasticBeanstalk::Types::EventDescription
- Defined in:
- (unknown)
Overview
Describes an event.
Instance Attribute Summary collapse
-
#application_name ⇒ String
The application associated with the event.
-
#environment_name ⇒ String
The name of the environment associated with this event.
-
#event_date ⇒ Time
The date when the event occurred.
-
#message ⇒ String
The event message.
-
#platform_arn ⇒ String
The ARN of the platform version.
-
#request_id ⇒ String
The web service request ID for the activity of this event.
-
#severity ⇒ String
The severity level of this event.
-
#template_name ⇒ String
The name of the configuration associated with this event.
-
#version_label ⇒ String
The release label for the application version associated with this event.
Instance Attribute Details
#application_name ⇒ String
The application associated with the event.
#environment_name ⇒ String
The name of the environment associated with this event.
#event_date ⇒ Time
The date when the event occurred.
#message ⇒ String
The event message.
#platform_arn ⇒ String
The ARN of the platform version.
#request_id ⇒ String
The web service request ID for the activity of this event.
#severity ⇒ String
The severity level of this event.
Possible values:
- TRACE
- DEBUG
- INFO
- WARN
- ERROR
- FATAL
#template_name ⇒ String
The name of the configuration associated with this event.
#version_label ⇒ String
The release label for the application version associated with this event.