Class: Aws::Resiliencehubv2::Types::SystemEvent

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

Overview

Represents an event in the system event log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actorTypes::EventActor

The actor that triggered the event.

Returns:



5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_detailsTypes::SystemEventDetails

The details of the event.



5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The unique identifier of the event.

Returns:

  • (String)


5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of the event.

Returns:

  • (String)


5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#system_arnString

ARN identifier.

Returns:

  • (String)


5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the event.

Returns:

  • (Time)


5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 5557

class SystemEvent < Struct.new(
  :event_id,
  :timestamp,
  :event_type,
  :system_arn,
  :actor,
  :event_details)
  SENSITIVE = []
  include Aws::Structure
end