Class: Aws::OpsWorksCM::Types::ServerEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/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

Instance Attribute Details

#created_atTime

The time when the event occurred.

Returns:

  • (Time)


1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-opsworkscm/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_urlString

The Amazon S3 URL of the event's log file.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1337

class ServerEvent < Struct.new(
  :created_at,
  :server_name,
  :message,
  :log_url)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable informational or status message.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-opsworkscm/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_nameString

The name of the server on or for which the event occurred.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1337

class ServerEvent < Struct.new(
  :created_at,
  :server_name,
  :message,
  :log_url)
  SENSITIVE = []
  include Aws::Structure
end