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

Class: Aws::DatabaseMigrationService::Types::EventCategoryGroup

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

Overview

Lists categories of events subscribed to, and generated by, the applicable AWS DMS resource type. This data type appears in response to the DescribeEventCategories action.

Instance Attribute Summary collapse

Instance Attribute Details

#event_categoriesArray<String>

A list of event categories from a source type that you\'ve chosen.

Returns:

  • (Array<String>)

    A list of event categories from a source type that you\'ve chosen.

#source_typeString

The type of AWS DMS resource that generates events.

Valid values: replication-instance | replication-server | security-group | replication-task

Returns:

  • (String)

    The type of AWS DMS resource that generates events.