BrokerEBSVolumeInfo
public struct BrokerEBSVolumeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the broker to update.
Declaration
Swift
public let kafkaBrokerNodeId: String -
Size of the EBS volume to update.
Declaration
Swift
public let volumeSizeGB: Int -
Undocumented
Declaration
Swift
public init(kafkaBrokerNodeId: String, volumeSizeGB: Int)
View on GitHub
BrokerEBSVolumeInfo Structure Reference