Class: Aws::Resiliencehubv2::Types::PolicyEventDetails

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

Overview

Contains the title, description, and event-specific metadata for a single event on the timeline of a resilience policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the event.

Returns:

  • (String)


3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725

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

#event_metadataTypes::PolicyEventMetadata

The event-specific metadata, with one member populated according to the event type.



3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725

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

#titleString

A short summary of the event.

Returns:

  • (String)


3725
3726
3727
3728
3729
3730
3731
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3725

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