You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An event that is related to the server, such as the start of maintenance or backup.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time when the event occurred.

Returns:

  • (Time)

    The time when the event occurred.

#log_urlString

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

Returns:

  • (String)

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

#messageString

A human-readable informational or status message.

Returns:

  • (String)

    A human-readable informational or status message.

#server_nameString

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

Returns:

  • (String)

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