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.
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_id ⇒ String
The unique identifier of the event.
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_type ⇒ String
The type of the event, such as action_started, action_completed, or rto_recovery_detected.
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 |
#message ⇒ String
A human-readable description of what happened.
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 |
#timestamp ⇒ Time
The timestamp when the event occurred.
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 |