Class: Aws::Resiliencehubv2::Types::SystemEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents an event in the system event log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor ⇒ Types::EventActor
The actor that triggered the event.
-
#event_details ⇒ Types::SystemEventDetails
The details of the event.
-
#event_id ⇒ String
The unique identifier of the event.
-
#event_type ⇒ String
The type of the event.
-
#system_arn ⇒ String
ARN identifier.
-
#timestamp ⇒ Time
The timestamp of the event.
Instance Attribute Details
#actor ⇒ Types::EventActor
The actor that triggered the event.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_details ⇒ Types::SystemEventDetails
The details of the event.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier of the event.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of the event.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the event.
4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4924 class SystemEvent < Struct.new( :event_id, :timestamp, :event_type, :system_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |