ListStreamsInput

public struct ListStreamsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

    Declaration

    Swift

    public let exclusiveStartStreamArn: String?
  • The maximum number of streams to return. The upper limit is 100.

    Declaration

    Swift

    public let limit: Int?
  • If this parameter is provided, then only the streams associated with this table name are returned.

    Declaration

    Swift

    public let tableName: String?
  • Undocumented

    Declaration

    Swift

    public init(exclusiveStartStreamArn: String? = nil, limit: Int? = nil, tableName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws