IotEventsAction constructor

IotEventsAction({
  1. required String inputName,
  2. required String roleArn,
  3. bool? batchMode,
  4. String? messageId,
})

Implementation

IotEventsAction({
  required this.inputName,
  required this.roleArn,
  this.batchMode,
  this.messageId,
});