Container for the parameters to the DescribeEventCategories operation.
            Displays a list of event categories for all event source types, or for a         
             specified source type. For a list of the event categories and source types,     
                 go to Amazon
            Redshift Event Notifications.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeEventCategoriesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeEventCategoriesRequest()()()() | Initializes a new instance of the DescribeEventCategoriesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SourceType | 
            Gets and sets the property SourceType. 
             The source type, such as cluster or parameter group, to which the described event categories apply. Valid values: cluster, snapshot, parameter group, and security group. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSourceType(String) | Obsolete. 
            Sets the SourceType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeEventCategoriesRequest | |