Class: Aws::Lightsail::Types::ContainerServiceLogEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ContainerServiceLogEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the log events of a container of an Amazon Lightsail container service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the container service log event was created.
-
#message ⇒ String
The message of the container service log event.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the container service log event was created.
2528 2529 2530 2531 2532 2533 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2528 class ContainerServiceLogEvent < Struct.new( :created_at, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message of the container service log event.
2528 2529 2530 2531 2532 2533 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2528 class ContainerServiceLogEvent < Struct.new( :created_at, :message) SENSITIVE = [] include Aws::Structure end |