SecurityGroupRuleDescription constructor

SecurityGroupRuleDescription({
  1. int? fromPort,
  2. String? iPV4Range,
  3. String? iPV6Range,
  4. String? prefixListId,
  5. String? protocol,
  6. int? toPort,
})

Implementation

SecurityGroupRuleDescription({
  this.fromPort,
  this.iPV4Range,
  this.iPV6Range,
  this.prefixListId,
  this.protocol,
  this.toPort,
});