AWSKinesisUpdateShardCountOutput

Objective-C

@interface AWSKinesisUpdateShardCountOutput

Swift

class AWSKinesisUpdateShardCountOutput
  • The current number of shards.

    Declaration

    Objective-C

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

    Swift

    var currentShardCount: NSNumber? { get set }
  • The name of the stream.

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }
  • The updated number of shards.

    Declaration

    Objective-C

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

    Swift

    var targetShardCount: NSNumber? { get set }