DiskInfo
public struct DiskInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of disks with this configuration.
Declaration
Swift
public let count: Int? -
The size of the disk in GB.
Declaration
Swift
public let sizeInGB: Int64? -
The type of disk.
Declaration
Swift
public let type: DiskType? -
Undocumented
Declaration
Swift
public init(count: Int? = nil, sizeInGB: Int64? = nil, type: DiskType? = nil)
View on GitHub
DiskInfo Structure Reference