Class: Aws::Resiliencehubv2::Types::ServiceEventDetails

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

Overview

Contains the details of a service event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the event.

Returns:

  • (String)


3217
3218
3219
3220
3221
3222
3223
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217

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

#event_metadataTypes::ServiceEventMetadata

Type-specific metadata for each service event type.



3217
3218
3219
3220
3221
3222
3223
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217

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

#titleString

The title of the event.

Returns:

  • (String)


3217
3218
3219
3220
3221
3222
3223
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3217

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