EBSStorageInfo
public struct EBSStorageInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size in GiB of the EBS volume for the data drive on each broker node.
Declaration
Swift
public let volumeSize: Int?
-
Undocumented
Declaration
Swift
public init(volumeSize: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws