UpdateGatewayRequest
public struct UpdateGatewayRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the gateway to update.
Declaration
Swift
public let gatewayId: String
-
A unique, friendly name for the gateway.
Declaration
Swift
public let gatewayName: String
-
Undocumented
Declaration
Swift
public init(gatewayId: String, gatewayName: String)
-
Declaration
Swift
public func validate(name: String) throws