ListFragmentsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the timestamp range and timestamp origin for the range of fragments to return.

Link copied to clipboard

The total number of fragments to return. If the total number of fragments available is more than the value specified in max-results, then a ListFragmentsOutput$NextToken is provided in the output that you can use to resume pagination.

Link copied to clipboard

A token to specify where to start paginating. This is the ListFragmentsOutput$NextToken from a previously truncated response.

Link copied to clipboard

The Amazon Resource Name (ARN) of the stream from which to retrieve a fragment list. Specify either this parameter or the StreamName parameter.

Link copied to clipboard

The name of the stream from which to retrieve a fragment list. Specify either this parameter or the StreamARN parameter.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String