Method: Aws::Health::Types::EventDetails#event

Defined in:
lib/aws-sdk-health/types.rb

#eventTypes::Event

Summary information about the event.

Returns:



1065
1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-health/types.rb', line 1065

class EventDetails < Struct.new(
  :event,
  :event_description,
  :event_metadata)
  SENSITIVE = []
  include Aws::Structure
end