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

Class: Aws::DatabaseMigrationService::Types::Event

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

Overview

Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the AWS DMS resource type.

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date of the event.

Returns:

  • (Time)

    The date of the event.

#event_categoriesArray<String>

The event categories available for the specified source type.

Returns:

  • (Array<String>)

    The event categories available for the specified source type.

#messageString

The event message.

Returns:

  • (String)

    The event message.

#source_identifierString

The identifier of an event source.

Returns:

  • (String)

    The identifier of an event source.

#source_typeString

The type of AWS DMS resource that generates events.

Valid values: replication-instance | endpoint | replication-task

Possible values:

  • replication-instance

Returns:

  • (String)

    The type of AWS DMS resource that generates events.