Class: Aws::Resiliencehubv2::Types::TestRunEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestRunEvent
- 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
-
#attributes ⇒ Hash<String,String>
Machine-parseable key-value attributes for the event.
-
#event_id ⇒ String
The unique identifier of the event.
-
#event_type ⇒ String
The type of the event, such as action_started, action_completed, or rto_recovery_detected.
-
#message ⇒ String
A human-readable description of what happened.
-
#timestamp ⇒ Time
The timestamp when the event occurred.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Machine-parseable key-value attributes for the event.
5765 5766 5767 5768 5769 5770 5771 5772 5773 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5765 class TestRunEvent < Struct.new( :event_id, :event_type, :message, :timestamp, :attributes) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier of the event.
5765 5766 5767 5768 5769 5770 5771 5772 5773 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5765 class TestRunEvent < Struct.new( :event_id, :event_type, :message, :timestamp, :attributes) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of the event, such as action_started, action_completed, or rto_recovery_detected.
5765 5766 5767 5768 5769 5770 5771 5772 5773 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5765 class TestRunEvent < Struct.new( :event_id, :event_type, :message, :timestamp, :attributes) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of what happened.
5765 5766 5767 5768 5769 5770 5771 5772 5773 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5765 class TestRunEvent < Struct.new( :event_id, :event_type, :message, :timestamp, :attributes) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp when the event occurred.
5765 5766 5767 5768 5769 5770 5771 5772 5773 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5765 class TestRunEvent < Struct.new( :event_id, :event_type, :message, :timestamp, :attributes) SENSITIVE = [] include Aws::Structure end |