DirectConnectGatewayAttachment constructor

DirectConnectGatewayAttachment({
  1. DirectConnectGatewayAttachmentState? attachmentState,
  2. DirectConnectGatewayAttachmentType? attachmentType,
  3. String? directConnectGatewayId,
  4. String? stateChangeError,
  5. String? virtualInterfaceId,
  6. String? virtualInterfaceOwnerAccount,
  7. String? virtualInterfaceRegion,
})

Implementation

DirectConnectGatewayAttachment({
  this.attachmentState,
  this.attachmentType,
  this.directConnectGatewayId,
  this.stateChangeError,
  this.virtualInterfaceId,
  this.virtualInterfaceOwnerAccount,
  this.virtualInterfaceRegion,
});