AwsLambdaLayerVersionDetails constructor

AwsLambdaLayerVersionDetails({
  1. List<String>? compatibleRuntimes,
  2. String? createdDate,
  3. int? version,
})

Implementation

AwsLambdaLayerVersionDetails({
  this.compatibleRuntimes,
  this.createdDate,
  this.version,
});