ListStreamsRequest

public struct ListStreamsRequest : AWSShape
extension IVS.ListStreamsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of streams to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The first stream to retrieve. This is used for pagination; see the nextToken response field.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws