CustomerGatewayAssociation constructor

CustomerGatewayAssociation({
  1. String? customerGatewayArn,
  2. String? deviceId,
  3. String? globalNetworkId,
  4. String? linkId,
  5. CustomerGatewayAssociationState? state,
})

Implementation

CustomerGatewayAssociation({
  this.customerGatewayArn,
  this.deviceId,
  this.globalNetworkId,
  this.linkId,
  this.state,
});