AWSKinesisUpdateShardCountInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSKinesisModel.h AWSKinesisModel.m |
scalingType
The scaling type. Uniform scaling creates shards of equal size.
@property (nonatomic, assign) AWSKinesisScalingType scalingType
Declared In
AWSKinesisModel.h
streamName
The name of the stream.
@property (nonatomic, strong) NSString *streamName
Declared In
AWSKinesisModel.h
targetShardCount
The new number of shards.
@property (nonatomic, strong) NSNumber *targetShardCount
Declared In
AWSKinesisModel.h