CloseTunnelRequest
public struct CloseTunnelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When set to true, AWS IoT Secure Tunneling deletes the tunnel data immediately.
Declaration
Swift
public let delete: Bool? -
The ID of the tunnel to close.
Declaration
Swift
public let tunnelId: String -
Undocumented
Declaration
Swift
public init(delete: Bool? = nil, tunnelId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CloseTunnelRequest Structure Reference