Class: Aws::ECS::Types::ServiceEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Details on an event associated with a service.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp for when the event was triggered.

Returns:

  • (Time)


5741
5742
5743
5744
5745
5746
# File 'lib/aws-sdk-ecs/types.rb', line 5741

class ServiceEvent < Struct.new(
  :id,
  :created_at,
  :message)
  include Aws::Structure
end

#idString

The ID string of the event.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
# File 'lib/aws-sdk-ecs/types.rb', line 5741

class ServiceEvent < Struct.new(
  :id,
  :created_at,
  :message)
  include Aws::Structure
end

#messageString

The event message.

Returns:

  • (String)


5741
5742
5743
5744
5745
5746
# File 'lib/aws-sdk-ecs/types.rb', line 5741

class ServiceEvent < Struct.new(
  :id,
  :created_at,
  :message)
  include Aws::Structure
end