Subscription constructor

Subscription({
  1. String? endpoint,
  2. String? owner,
  3. String? protocol,
  4. String? subscriptionArn,
  5. String? topicArn,
})

Implementation

Subscription({
  this.endpoint,
  this.owner,
  this.protocol,
  this.subscriptionArn,
  this.topicArn,
});