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)


4951
4952
4953
4954
4955
4956
4957
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4951

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

#event_metadataTypes::SystemEventMetadata

Type-specific metadata for each system event type.



4951
4952
4953
4954
4955
4956
4957
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4951

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

#titleString

The title of the event.

Returns:

  • (String)


4951
4952
4953
4954
4955
4956
4957
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4951

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