DescribeSignalingChannelInput
public struct DescribeSignalingChannelInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the signaling channel that you want to describe.
Declaration
Swift
public let channelARN: String?
-
The name of the signaling channel that you want to describe.
Declaration
Swift
public let channelName: String?
-
Undocumented
Declaration
Swift
public init(channelARN: String? = nil, channelName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws