Data returned by the DescribeEventSubscriptions action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeEventSubscriptionsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeEventSubscriptionsResult()()()() | Initializes a new instance of the DescribeEventSubscriptionsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EventSubscriptionsList | 
            A list of EventSubscriptions data types.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response
            includes only records beyond the marker, up to the value specified by MaxRecords.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEventSubscriptionsList(array<EventSubscription>[]()[][]) | Obsolete. 
            Adds elements to the EventSubscriptionsList collection
             | 
|  | WithEventSubscriptionsList(IEnumerable<(Of <<'(EventSubscription>)>>)) | Obsolete. 
            Adds elements to the EventSubscriptionsList collection
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeEventSubscriptionsResult |