Class: Aws::Resiliencehubv2::Types::TestRunEvent

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

Overview

A single event in a test run's timeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Machine-parseable key-value attributes for the event.

Returns:

  • (Hash<String,String>)


5529
5530
5531
5532
5533
5534
5535
5536
5537
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5529

class TestRunEvent < Struct.new(
  :event_id,
  :event_type,
  :message,
  :timestamp,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The unique identifier of the event.

Returns:

  • (String)


5529
5530
5531
5532
5533
5534
5535
5536
5537
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5529

class TestRunEvent < Struct.new(
  :event_id,
  :event_type,
  :message,
  :timestamp,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of the event, such as action_started, action_completed, or rto_recovery_detected.

Returns:

  • (String)


5529
5530
5531
5532
5533
5534
5535
5536
5537
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5529

class TestRunEvent < Struct.new(
  :event_id,
  :event_type,
  :message,
  :timestamp,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of what happened.

Returns:

  • (String)


5529
5530
5531
5532
5533
5534
5535
5536
5537
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5529

class TestRunEvent < Struct.new(
  :event_id,
  :event_type,
  :message,
  :timestamp,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp when the event occurred.

Returns:

  • (Time)


5529
5530
5531
5532
5533
5534
5535
5536
5537
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5529

class TestRunEvent < Struct.new(
  :event_id,
  :event_type,
  :message,
  :timestamp,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end