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

Class: Aws::DatabaseMigrationService::Types::DescribeEventCategoriesMessage

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

Overview

Note:

When passing DescribeEventCategoriesMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  source_type: "String",
  filters: [
    {
      name: "String", # required
      values: ["String"], # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

Filters applied to the event categories.

Returns:

  • (Array<Types::Filter>)

    Filters applied to the event categories.

#source_typeString

The type of AWS DMS resource that generates events.

Valid values: replication-instance | replication-task

Returns:

  • (String)

    The type of AWS DMS resource that generates events.