GetSubscriptionDefinitionVersionResponse constructor

GetSubscriptionDefinitionVersionResponse({
  1. String? arn,
  2. String? creationTimestamp,
  3. SubscriptionDefinitionVersion? definition,
  4. String? id,
  5. String? nextToken,
  6. String? version,
})

Implementation

GetSubscriptionDefinitionVersionResponse({
  this.arn,
  this.creationTimestamp,
  this.definition,
  this.id,
  this.nextToken,
  this.version,
});