DescribeTypeOutput constructor

DescribeTypeOutput({
  1. String? arn,
  2. String? defaultVersionId,
  3. DeprecatedStatus? deprecatedStatus,
  4. String? description,
  5. String? documentationUrl,
  6. String? executionRoleArn,
  7. bool? isDefaultVersion,
  8. DateTime? lastUpdated,
  9. LoggingConfig? loggingConfig,
  10. ProvisioningType? provisioningType,
  11. String? schema,
  12. String? sourceUrl,
  13. DateTime? timeCreated,
  14. RegistryType? type,
  15. String? typeName,
  16. Visibility? visibility,
})

Implementation

DescribeTypeOutput({
  this.arn,
  this.defaultVersionId,
  this.deprecatedStatus,
  this.description,
  this.documentationUrl,
  this.executionRoleArn,
  this.isDefaultVersion,
  this.lastUpdated,
  this.loggingConfig,
  this.provisioningType,
  this.schema,
  this.sourceUrl,
  this.timeCreated,
  this.type,
  this.typeName,
  this.visibility,
});