IsVpcPeeredResult constructor

IsVpcPeeredResult({
  1. bool? isPeered,
})

Implementation

IsVpcPeeredResult({
  this.isPeered,
});