AWSKinesisDescribeLimitsOutput
Objective-C
@interface AWSKinesisDescribeLimitsOutput
Swift
class AWSKinesisDescribeLimitsOutput
-
The number of open shards.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable openShardCount;
Swift
var openShardCount: NSNumber? { get set }
-
The maximum number of shards.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable shardLimit;
Swift
var shardLimit: NSNumber? { get set }