KinesisStreamsInputUpdate constructor

KinesisStreamsInputUpdate({
  1. String? resourceARNUpdate,
  2. String? roleARNUpdate,
})

Implementation

KinesisStreamsInputUpdate({
  this.resourceARNUpdate,
  this.roleARNUpdate,
});