ResourceEndpointListItem
public struct ResourceEndpointListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The protocol of the signaling channel returned by the GetSignalingChannelEndpoint API.
Declaration
Swift
public let `protocol`: ChannelProtocol?
-
The endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.
Declaration
Swift
public let resourceEndpoint: String?
-
Undocumented
Declaration
Swift
public init(protocol: ChannelProtocol? = nil, resourceEndpoint: String? = nil)