Class: Aws::ECS::Types::ServiceEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceEvent
- 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
-
#created_at ⇒ Time
The Unix timestamp for the time when the event was triggered.
-
#id ⇒ String
The ID string for the event.
-
#message ⇒ String
The event message.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp for the time when the event was triggered.
11581 11582 11583 11584 11585 11586 11587 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11581 class ServiceEvent < Struct.new( :id, :created_at, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID string for the event.
11581 11582 11583 11584 11585 11586 11587 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11581 class ServiceEvent < Struct.new( :id, :created_at, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The event message.
11581 11582 11583 11584 11585 11586 11587 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11581 class ServiceEvent < Struct.new( :id, :created_at, :message) SENSITIVE = [] include Aws::Structure end |