AWS SDK for .NET Documentation
DescribeEventSubscriptionsRequest Class
AmazonAmazon.RDS.ModelDescribeEventSubscriptionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeEventSubscriptions operation.

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

Declaration Syntax
C#
public class DescribeEventSubscriptionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filters
This parameter is not currently supported.

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 .

MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100

SubscriptionName
The name of the RDS event notification subscription you want to describe.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithFilters(array<Filter>[]()[][]) Obsolete.
Adds elements to the Filters collection

WithFilters(IEnumerable<(Of <<'(Filter>)>>)) Obsolete.
Adds elements to the Filters collection

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithSubscriptionName(String) Obsolete.
Sets the SubscriptionName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeEventSubscriptionsRequest
See Also

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