AWS SDK for .NET Documentation
Subscription Class
AmazonAmazon.SimpleNotificationService.ModelSubscription Did this page help you?   Yes   No    Tell us about it...
The attributes of an SNS subscription.
Declaration Syntax
C#
public class Subscription
Members
All MembersConstructorsMethodsProperties



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

Endpoint
The subscription's endpoint (format depends on the protocol).

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.)
IsSetEndpoint()()()()
Checks if Endpoint property is set

IsSetOwner()()()()
Checks if Owner property is set

IsSetProtocol()()()()
Checks if Protocol property is set

IsSetSubscriptionArn()()()()
Checks if SubscriptionArn property is set

IsSetTopicArn()()()()
Checks if TopicArn property is set

Owner
The subscription's owner.

Protocol
The subscription's protocol.

SubscriptionArn
The subscription's ARN.

TopicArn
The ARN of the subscription's topic.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEndpoint(String) Obsolete.
Sets the subscription's endpoint (format depends on the protocol).

WithOwner(String) Obsolete.
Sets the subscription's owner.

WithProtocol(String) Obsolete.
Sets the subscription's protocol.

WithSubscriptionArn(String) Obsolete.
Sets the subscription's ARN.

WithTopicArn(String) Obsolete.
Sets the ARN of the subscription's topic.

Inheritance Hierarchy
Object
Subscription

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