Class: Aws::Health::Types::EventDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventTypes::Event

Summary information about the event.

Returns:



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_descriptionTypes::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_metadataHash<String,String>

Additional metadata about the event.

Returns:

  • (Hash<String,String>)


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