You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Health::Types::EventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventDetails
- Defined in:
- (unknown)
Overview
Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.
Instance Attribute Summary collapse
-
#event ⇒ Types::Event
Summary information about the event.
-
#event_description ⇒ Types::EventDescription
The most recent description of the event.
-
#event_metadata ⇒ Hash<String,String>
Additional metadata about the event.
Instance Attribute Details
#event ⇒ Types::Event
Summary information about the event.
#event_description ⇒ Types::EventDescription
The most recent description of the event.
#event_metadata ⇒ Hash<String,String>
Additional metadata about the event.