DescribeEventBusResponse constructor

DescribeEventBusResponse({
  1. String? arn,
  2. String? name,
  3. String? policy,
})

Implementation

DescribeEventBusResponse({
  this.arn,
  this.name,
  this.policy,
});