Class: Aws::Redshift::Types::DescribeEventCategoriesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_typeString

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.

Returns:

  • (String)


4766
4767
4768
4769
4770
# File 'lib/aws-sdk-redshift/types.rb', line 4766

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