AWS SDK for .NET Documentation
DescribeEventCategoriesRequest Class
AmazonAmazon.Redshift.ModelDescribeEventCategoriesRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DescribeEventCategoriesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeEventCategoriesRequest()()()()
Initializes a new instance of the DescribeEventCategoriesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 DescribeEventCategoriesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)