Class: Aws::ElasticBeanstalk::Types::EventDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::EventDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes an event.
Constant Summary collapse
- SENSITIVE =
[]
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.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the environment associated with this event.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#event_date ⇒ Time
The date when the event occurred.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The event message.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#platform_arn ⇒ String
The ARN of the platform version.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The web service request ID for the activity of this event.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity level of this event.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the configuration associated with this event.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |
#version_label ⇒ String
The release label for the application version associated with this event.
2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2573 class EventDescription < Struct.new( :event_date, :message, :application_name, :version_label, :template_name, :environment_name, :platform_arn, :request_id, :severity) SENSITIVE = [] include Aws::Structure end |