GetCoreDefinitionResponse constructor

GetCoreDefinitionResponse({
  1. String? arn,
  2. String? creationTimestamp,
  3. String? id,
  4. String? lastUpdatedTimestamp,
  5. String? latestVersion,
  6. String? latestVersionArn,
  7. String? name,
  8. Map<String, String>? tags,
})

Implementation

GetCoreDefinitionResponse({
  this.arn,
  this.creationTimestamp,
  this.id,
  this.lastUpdatedTimestamp,
  this.latestVersion,
  this.latestVersionArn,
  this.name,
  this.tags,
});