Class: Aws::Redshift::Types::DescribeEventCategoriesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeEventCategoriesMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_type ⇒ String
The source type, such as cluster or parameter group, to which the described event categories apply.
Instance Attribute Details
#source_type ⇒ String
The source type, such as cluster or parameter group, to which the described event categories apply.
Valid values: cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, and scheduled-action.
4346 4347 4348 4349 4350 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4346 class DescribeEventCategoriesMessage < Struct.new( :source_type) SENSITIVE = [] include Aws::Structure end |