Class: Aws::Health::Types::EventDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventDescription
- 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
-
#latest_description ⇒ String
The most recent description of the event.
Instance Attribute Details
#latest_description ⇒ String
The most recent description of the event.
1035 1036 1037 1038 1039 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1035 class EventDescription < Struct.new( :latest_description) SENSITIVE = [] include Aws::Structure end |