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)


4163
4164
4165
4166
4167
4168
4169
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4163

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

#event_metadataTypes::SystemEventMetadata

Type-specific metadata for each system event type.



4163
4164
4165
4166
4167
4168
4169
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4163

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

#titleString

The title of the event.

Returns:

  • (String)


4163
4164
4165
4166
4167
4168
4169
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4163

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