Class: Aws::Resiliencehubv2::Types::SystemEventDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Contains the details of a system event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the event.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5132

class SystemEventDetails < Struct.new(
  :title,
  :description,
  :event_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#event_metadataTypes::SystemEventMetadata

Type-specific metadata for each system event type.



5132
5133
5134
5135
5136
5137
5138
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5132

class SystemEventDetails < Struct.new(
  :title,
  :description,
  :event_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the event.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5132

class SystemEventDetails < Struct.new(
  :title,
  :description,
  :event_metadata)
  SENSITIVE = []
  include Aws::Structure
end