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

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

Overview

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

[1]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html

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 'lib/aws-sdk-health/types.rb', line 1030

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