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
Note:
When making an API call, you may pass DescribeEventCategoriesMessage data as a hash:
{
source_type: "String",
}
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.
5005 5006 5007 5008 5009 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5005 class DescribeEventCategoriesMessage < Struct.new( :source_type) SENSITIVE = [] include Aws::Structure end |