The attributes of an SNS subscription.

C# |
public class Subscription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Subscription()()()() | Initializes a new instance of the Subscription class |
![]() | Endpoint |
The subscription's endpoint (format depends on the protocol).
|
![]() | 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.) |
![]() | 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.
|

Object | |
![]() | Subscription |