ListStreamKeysRequest
public struct ListStreamKeysRequest : AWSShape
extension IVS.ListStreamKeysRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Channel ARN used to filter the list.
Declaration
Swift
public let channelArn: String
-
Maximum number of streamKeys to return.
Declaration
Swift
public let maxResults: Int?
-
The first stream key to retrieve. This is used for pagination; see the nextToken response field.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(channelArn: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IVS.ListStreamKeysRequest