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)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1326

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)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1326

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)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1326

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)


1326
1327
1328
1329
1330
1331
1332
1333
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1326

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