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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9472
9473
9474
9475
9476
9477
9478
# File 'lib/aws-sdk-ecs/types.rb', line 9472

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

#idString

The ID string for the event.

Returns:

  • (String)


9472
9473
9474
9475
9476
9477
9478
# File 'lib/aws-sdk-ecs/types.rb', line 9472

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

#messageString

The event message.

Returns:

  • (String)


9472
9473
9474
9475
9476
9477
9478
# File 'lib/aws-sdk-ecs/types.rb', line 9472

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