OutputLocation constructor

OutputLocation(
  1. S3Location? s3
)

Implementation

OutputLocation(
  this.s3,
);