CreateConnectionOutput constructor

CreateConnectionOutput({
  1. required String connectionArn,
  2. List<Tag>? tags,
})

Implementation

CreateConnectionOutput({
  required this.connectionArn,
  this.tags,
});