ResourceARNDetail constructor

ResourceARNDetail({
  1. String? arn,
})

Implementation

ResourceARNDetail({
  this.arn,
});