Class: Aws::RDS::Types::DescribeEventCategoriesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeEventCategoriesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
This parameter isn’t currently supported.
-
#source_type ⇒ String
The type of source that is generating the events.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
This parameter isn’t currently supported.
14296 14297 14298 14299 14300 14301 |
# File 'lib/aws-sdk-rds/types.rb', line 14296 class DescribeEventCategoriesMessage < Struct.new( :source_type, :filters) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
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`
14296 14297 14298 14299 14300 14301 |
# File 'lib/aws-sdk-rds/types.rb', line 14296 class DescribeEventCategoriesMessage < Struct.new( :source_type, :filters) SENSITIVE = [] include Aws::Structure end |