AWSKinesisListStreamsInput

Objective-C

@interface AWSKinesisListStreamsInput

Swift

class AWSKinesisListStreamsInput

Represents the input for ListStreams.

  • The name of the stream to start the list with.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable exclusiveStartStreamName;

    Swift

    var exclusiveStartStreamName: String? { get set }
  • The maximum number of streams to list.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable limit;

    Swift

    var limit: NSNumber? { get set }