Class: Aws::Health::Types::EventDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-health/lib/aws-sdk-health/types.rb

Overview

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_descriptionString

The most recent description of the event.

Returns:

  • (String)


1030
1031
1032
1033
1034
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1030

class EventDescription < Struct.new(
  :latest_description)
  SENSITIVE = []
  include Aws::Structure
end