Class: Aws::Resiliencehubv2::Types::ServiceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents an event in the service event log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor ⇒ Types::EventActor
The actor that triggered the event.
-
#event_details ⇒ Types::ServiceEventDetails
The details of the event.
-
#event_id ⇒ String
The unique identifier of the event.
-
#event_type ⇒ String
The type of the event.
-
#service_arn ⇒ String
ARN identifier.
-
#timestamp ⇒ Time
The timestamp of the event.
Instance Attribute Details
#actor ⇒ Types::EventActor
The actor that triggered the event.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_details ⇒ Types::ServiceEventDetails
The details of the event.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier of the event.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of the event.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the event.
3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3890 class ServiceEvent < Struct.new( :event_id, :timestamp, :event_type, :service_arn, :actor, :event_details) SENSITIVE = [] include Aws::Structure end |