DisassociateCustomerGatewayRequest

public struct DisassociateCustomerGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.

    Declaration

    Swift

    public let customerGatewayArn: String
  • The ID of the global network.

    Declaration

    Swift

    public let globalNetworkId: String
  • Undocumented

    Declaration

    Swift

    public init(customerGatewayArn: String, globalNetworkId: String)