DirectConnectGatewayAttachment constructor
DirectConnectGatewayAttachment({
- DirectConnectGatewayAttachmentState? attachmentState,
- DirectConnectGatewayAttachmentType? attachmentType,
- String? directConnectGatewayId,
- String? stateChangeError,
- String? virtualInterfaceId,
- String? virtualInterfaceOwnerAccount,
- String? virtualInterfaceRegion,
Implementation
DirectConnectGatewayAttachment({
this.attachmentState,
this.attachmentType,
this.directConnectGatewayId,
this.stateChangeError,
this.virtualInterfaceId,
this.virtualInterfaceOwnerAccount,
this.virtualInterfaceRegion,
});