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

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

Overview

The details for an event that's associated with a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp for the time when the event was triggered.

Returns:

  • (Time)


9468
9469
9470
9471
9472
9473
9474
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9468

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

#idString

The ID string for the event.

Returns:

  • (String)


9468
9469
9470
9471
9472
9473
9474
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9468

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

#messageString

The event message.

Returns:

  • (String)


9468
9469
9470
9471
9472
9473
9474
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9468

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