DescribeRulesOutput constructor

DescribeRulesOutput({
  1. String? nextMarker,
  2. List<Rule>? rules,
})

Implementation

DescribeRulesOutput({
  this.nextMarker,
  this.rules,
});