CidrBlockAssociation constructor

CidrBlockAssociation({
  1. String? associationId,
  2. String? cidrBlock,
  3. String? cidrBlockState,
})

Implementation

CidrBlockAssociation({
  this.associationId,
  this.cidrBlock,
  this.cidrBlockState,
});