GetSignalingChannelEndpointInput
public struct GetSignalingChannelEndpointInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
Declaration
Swift
public let channelARN: String -
A structure containing the endpoint configuration for the SINGLE_MASTER channel type.
Declaration
Swift
public let singleMasterChannelEndpointConfiguration: SingleMasterChannelEndpointConfiguration? -
Undocumented
Declaration
Swift
public init(channelARN: String, singleMasterChannelEndpointConfiguration: SingleMasterChannelEndpointConfiguration? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetSignalingChannelEndpointInput Structure Reference