ListChannelsResponse
public struct ListChannelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of the matching channels.
Declaration
Swift
public let channels: [ChannelSummary]
-
If there are more channels than maxResults, use nextToken in the request to get the next set.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(channels: [ChannelSummary], nextToken: String? = nil)