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

Class: Aws::DocDB::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
    },
  ],
}

Represents the input to DescribeEventCategories.

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter is not currently supported.

Returns:

  • (Array<Types::Filter>)

    This parameter is not currently supported.

#source_typeString

The type of source that is generating the events.

Valid values: db-instance, db-parameter-group, db-security-group, db-snapshot

Returns:

  • (String)

    The type of source that is generating the events.