LayerVersionsListItem constructor

LayerVersionsListItem({
  1. List<Runtime>? compatibleRuntimes,
  2. String? createdDate,
  3. String? description,
  4. String? layerVersionArn,
  5. String? licenseInfo,
  6. int? version,
})

Implementation

LayerVersionsListItem({
  this.compatibleRuntimes,
  this.createdDate,
  this.description,
  this.layerVersionArn,
  this.licenseInfo,
  this.version,
});