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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the event.

Returns:

  • (String)


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_metadataTypes::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

#titleString

The title of the event.

Returns:

  • (String)


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