class Aws::DocDB::Types::DescribeEventCategoriesMessage

Represents the input to DescribeEventCategories.

@note When making an API call, you may pass DescribeEventCategoriesMessage

data as a hash:

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

@!attribute [rw] source_type

The type of source that is generating the events.

Valid values: `db-instance`, `db-parameter-group`,
`db-security-group`
@return [String]

@!attribute [rw] filters

This parameter is not currently supported.
@return [Array<Types::Filter>]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeEventCategoriesMessage AWS API Documentation

Constants

SENSITIVE