Class: Aws::Health::Types::EventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventDetails
- Defined in:
- gems/aws-sdk-health/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.
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 'gems/aws-sdk-health/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 'gems/aws-sdk-health/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 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1060 class EventDetails < Struct.new( :event, :event_description, :event_metadata) SENSITIVE = [] include Aws::Structure end |