ListSignalingChannelsOutput

public struct ListSignalingChannelsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of ChannelInfo objects.

    Declaration

    Swift

    public let channelInfoList: [ChannelInfo]?
  • If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(channelInfoList: [ChannelInfo]? = nil, nextToken: String? = nil)