DeleteGatewayRequest

public struct DeleteGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the gateway to delete.

    Declaration

    Swift

    public let gatewayId: String
  • Undocumented

    Declaration

    Swift

    public init(gatewayId: String)
  • Declaration

    Swift

    public func validate(name: String) throws