InstanceStorageInfo
public struct InstanceStorageInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Array describing the disks that are available for the instance type.
Declaration
Swift
public let disks: [DiskInfo]? -
The total size of the disks, in GB.
Declaration
Swift
public let totalSizeInGB: Int64? -
Undocumented
Declaration
Swift
public init(disks: [DiskInfo]? = nil, totalSizeInGB: Int64? = nil)
View on GitHub
InstanceStorageInfo Structure Reference