DescribeStreamProcessorResponse constructor
DescribeStreamProcessorResponse({
- DateTime? creationTimestamp,
- StreamProcessorInput? input,
- DateTime? lastUpdateTimestamp,
- String? name,
- StreamProcessorOutput? output,
- String? roleArn,
- StreamProcessorSettings? settings,
- StreamProcessorStatus? status,
- String? statusMessage,
- String? streamProcessorArn,
Implementation
DescribeStreamProcessorResponse({
this.creationTimestamp,
this.input,
this.lastUpdateTimestamp,
this.name,
this.output,
this.roleArn,
this.settings,
this.status,
this.statusMessage,
this.streamProcessorArn,
});