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.
3217 3218 3219 3220 3221 3222 3223 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217 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.
3217 3218 3219 3220 3221 3222 3223 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217 class ServiceEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the event.
3217 3218 3219 3220 3221 3222 3223 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217 class ServiceEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |