Class: Aws::Resiliencehubv2::Types::ServiceEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actorTypes::EventActor

The actor that triggered the event.

Returns:



3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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

#event_detailsTypes::ServiceEventDetails

The details of the event.



3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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

#event_idString

The unique identifier of the event.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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

#event_typeString

The type of the event.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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

#service_arnString

ARN identifier.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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

#timestampTime

The timestamp of the event.

Returns:

  • (Time)


3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3245

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