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

Class: Aws::RDS::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>

This parameter isn\'t currently supported.

Returns:

  • (Array<Types::Filter>)

    This parameter isn\'t currently supported.

#source_typeString

The type of source that is generating the events.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot

Returns:

  • (String)

    The type of source that is generating the events.