DescribeStreamProcessorResponse constructor

DescribeStreamProcessorResponse({
  1. DateTime? creationTimestamp,
  2. StreamProcessorInput? input,
  3. DateTime? lastUpdateTimestamp,
  4. String? name,
  5. StreamProcessorOutput? output,
  6. String? roleArn,
  7. StreamProcessorSettings? settings,
  8. StreamProcessorStatus? status,
  9. String? statusMessage,
  10. String? streamProcessorArn,
})

Implementation

DescribeStreamProcessorResponse({
  this.creationTimestamp,
  this.input,
  this.lastUpdateTimestamp,
  this.name,
  this.output,
  this.roleArn,
  this.settings,
  this.status,
  this.statusMessage,
  this.streamProcessorArn,
});