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 time stamp for when the event was triggered.

Returns:

  • (Time)


4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-ecs/types.rb', line 4559

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

#idString

The ID string of the event.

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-ecs/types.rb', line 4559

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

#messageString

The event message.

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'lib/aws-sdk-ecs/types.rb', line 4559

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