ChannelsResponse

public struct ChannelsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.

    Declaration

    Swift

    public let channels: [String : ChannelResponse]
  • Undocumented

    Declaration

    Swift

    public init(channels: [String : ChannelResponse])