GetLayerVersionResponse constructor

GetLayerVersionResponse({
  1. List<Runtime>? compatibleRuntimes,
  2. LayerVersionContentOutput? content,
  3. String? createdDate,
  4. String? description,
  5. String? layerArn,
  6. String? layerVersionArn,
  7. String? licenseInfo,
  8. int? version,
})

Implementation

GetLayerVersionResponse({
  this.compatibleRuntimes,
  this.content,
  this.createdDate,
  this.description,
  this.layerArn,
  this.layerVersionArn,
  this.licenseInfo,
  this.version,
});