ListChannelsResponse
public struct ListChannelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of “ChannelSummary” objects.
Declaration
Swift
public let channelSummaries: [ChannelSummary]? -
The token to retrieve the next set of results, or null if there are no more results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(channelSummaries: [ChannelSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListChannelsResponse Structure Reference