Class: Aws::Health::Types::EventDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventDescription
- 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
-
#latest_description ⇒ String
The most recent description of the event.
Instance Attribute Details
#latest_description ⇒ String
The most recent description of the event.
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 |