Method: Aws::Health::Types::EventDetails#event_metadata

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

#event_metadataHash<String,String>

Additional metadata about the event.

Returns:

  • (Hash<String,String>)


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