Method: Aws::Health::Types::EventDetails#event
- Defined in:
- lib/aws-sdk-health/types.rb
#event ⇒ Types::Event
Summary information about the event.
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 |