UpdateShardCountOutput
public struct UpdateShardCountOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current number of shards.
Declaration
Swift
public let currentShardCount: Int?
-
The name of the stream.
Declaration
Swift
public let streamName: String?
-
The updated number of shards.
Declaration
Swift
public let targetShardCount: Int?
-
Undocumented
Declaration
Swift
public init(currentShardCount: Int? = nil, streamName: String? = nil, targetShardCount: Int? = nil)