DeleteSignalingChannelInput
public struct DeleteSignalingChannelInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the signaling channel that you want to delete.
Declaration
Swift
public let channelARN: String
-
The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel or ListSignalingChannels API operations.
Declaration
Swift
public let currentVersion: String?
-
Undocumented
Declaration
Swift
public init(channelARN: String, currentVersion: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws