CustomerGatewayAssociation constructor
CustomerGatewayAssociation({
- String? customerGatewayArn,
- String? deviceId,
- String? globalNetworkId,
- String? linkId,
- CustomerGatewayAssociationState? state,
Implementation
CustomerGatewayAssociation({
this.customerGatewayArn,
this.deviceId,
this.globalNetworkId,
this.linkId,
this.state,
});