DescribeEventSourceResponse constructor

DescribeEventSourceResponse({
  1. String? arn,
  2. String? createdBy,
  3. DateTime? creationTime,
  4. DateTime? expirationTime,
  5. String? name,
  6. EventSourceState? state,
})

Implementation

DescribeEventSourceResponse({
  this.arn,
  this.createdBy,
  this.creationTime,
  this.expirationTime,
  this.name,
  this.state,
});