AWSKinesisUpdateShardCountInput
Objective-C
@interface AWSKinesisUpdateShardCountInputSwift
class AWSKinesisUpdateShardCountInput- 
                  
                  The scaling type. Uniform scaling creates shards of equal size. DeclarationObjective-C @property (nonatomic) AWSKinesisScalingType scalingType;Swift var scalingType: AWSKinesisScalingType { get set }
- 
                  
                  The name of the stream. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable streamName;Swift var streamName: String? { get set }
- 
                  
                  The new number of shards. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable targetShardCount;Swift var targetShardCount: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSKinesisUpdateShardCountInput Class Reference
        AWSKinesisUpdateShardCountInput Class Reference