Class: Aws::Resiliencehubv2::Types::SystemEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemEventDetails
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains the details of a system event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the event.
-
#event_metadata ⇒ Types::SystemEventMetadata
Type-specific metadata for each system event type.
-
#title ⇒ String
The title of the event.
Instance Attribute Details
#description ⇒ String
The description of the event.
4088 4089 4090 4091 4092 4093 4094 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4088 class SystemEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#event_metadata ⇒ Types::SystemEventMetadata
Type-specific metadata for each system event type.
4088 4089 4090 4091 4092 4093 4094 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4088 class SystemEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the event.
4088 4089 4090 4091 4092 4093 4094 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4088 class SystemEventDetails < Struct.new( :title, :description, :event_metadata) SENSITIVE = [] include Aws::Structure end |