Class: Aws::OpsWorksCM::Types::ServerEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ServerEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
An event that is related to the server, such as the start of maintenance or backup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time when the event occurred.
-
#log_url ⇒ String
The Amazon S3 URL of the event’s log file.
-
#message ⇒ String
A human-readable informational or status message.
-
#server_name ⇒ String
The name of the server on or for which the event occurred.
Instance Attribute Details
#created_at ⇒ Time
The time when the event occurred.
1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1337 class ServerEvent < Struct.new( :created_at, :server_name, :message, :log_url) SENSITIVE = [] include Aws::Structure end |
#log_url ⇒ String
The Amazon S3 URL of the event’s log file.
1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1337 class ServerEvent < Struct.new( :created_at, :server_name, :message, :log_url) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable informational or status message.
1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1337 class ServerEvent < Struct.new( :created_at, :server_name, :message, :log_url) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the server on or for which the event occurred.
1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1337 class ServerEvent < Struct.new( :created_at, :server_name, :message, :log_url) SENSITIVE = [] include Aws::Structure end |