Class: Aws::Health::Types::EventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-health/types.rb
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.
[1]: docs.aws.amazon.com/health/latest/APIReference/API_Event.html [2]: docs.aws.amazon.com/health/latest/APIReference/API_EventDescription.html [3]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html
Constant Summary collapse
- SENSITIVE =
[]
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.
1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-health/types.rb', line 1060 class EventDetails < Struct.new( :event, :event_description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#event_description ⇒ Types::EventDescription
The most recent description of the event.
1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-health/types.rb', line 1060 class EventDetails < Struct.new( :event, :event_description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#event_metadata ⇒ Hash<String,String>
Additional metadata about the event.
1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-health/types.rb', line 1060 class EventDetails < Struct.new( :event, :event_description, :event_metadata) SENSITIVE = [] include Aws::Structure end |