C# Class Amazon.SimpleNotificationService.Model.Subscription

A wrapper type for the attributes of an SNS subscription.

Show file Open project: scopely/aws-sdk-net

Public Methods

Method Description
Subscription ( ) : System

Default constructor for a new Subscription object. Callers should use the properties to initialize this object after creating it.

Private Methods

Method Description
IsSetEndpoint ( ) : bool
IsSetOwner ( ) : bool
IsSetProtocol ( ) : bool
IsSetSubscriptionArn ( ) : bool
IsSetTopicArn ( ) : bool

Method Details

Subscription() public method

Default constructor for a new Subscription object. Callers should use the properties to initialize this object after creating it.
public Subscription ( ) : System
return System