DescribeInputResponse constructor

DescribeInputResponse({
  1. Input? input,
})

Implementation

DescribeInputResponse({
  this.input,
});