ListChannelsRequest
public struct ListChannelsRequest : AWSShape
extension IVS.ListChannelsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Filters the channel list to match the specified name.
Declaration
Swift
public let filterByName: String? -
Maximum number of channels to return.
Declaration
Swift
public let maxResults: Int? -
The first channel to retrieve. This is used for pagination; see the nextToken response field.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(filterByName: String? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IVS.ListChannelsRequest
View on GitHub
ListChannelsRequest Structure Reference