Class: Aws::Resiliencehubv2::Types::ServiceEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceEventDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains the details of a service event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the event.
-
#event_metadata ⇒ Types::ServiceEventMetadata
Type-specific metadata for each service event type.
-
#title ⇒ String
The title of the event.
Instance Attribute Details
#description ⇒ String
The description of the event.
4098 4099 4100 4101 4102 4103 4104 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4098 class ServiceEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#event_metadata ⇒ Types::ServiceEventMetadata
Type-specific metadata for each service event type.
4098 4099 4100 4101 4102 4103 4104 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4098 class ServiceEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the event.
4098 4099 4100 4101 4102 4103 4104 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4098 class ServiceEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |