DescribeTypeRegistrationOutput constructor

DescribeTypeRegistrationOutput({
  1. String? description,
  2. RegistrationStatus? progressStatus,
  3. String? typeArn,
  4. String? typeVersionArn,
})

Implementation

DescribeTypeRegistrationOutput({
  this.description,
  this.progressStatus,
  this.typeArn,
  this.typeVersionArn,
});