Class: Aws::RDS::Types::DescribeEventCategoriesMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter isn’t currently supported.

Returns:



13855
13856
13857
13858
13859
13860
# File 'lib/aws-sdk-rds/types.rb', line 13855

class DescribeEventCategoriesMessage < Struct.new(
  :source_type,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of source that is generating the events. For RDS Proxy events, specify ‘db-proxy`.

Valid Values: ‘db-instance` | `db-cluster` | `db-parameter-group` | `db-security-group` | `db-snapshot` | `db-cluster-snapshot` | `db-proxy`

Returns:

  • (String)


13855
13856
13857
13858
13859
13860
# File 'lib/aws-sdk-rds/types.rb', line 13855

class DescribeEventCategoriesMessage < Struct.new(
  :source_type,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end