StorageType
public struct StorageType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let storageSubTypeName: String? -
List of limits that are applicable for given storage type.
Declaration
Swift
public let storageTypeLimits: [StorageTypeLimit]? -
Undocumented
Declaration
Swift
public let storageTypeName: String? -
Undocumented
Declaration
Swift
public init(storageSubTypeName: String? = nil, storageTypeLimits: [StorageTypeLimit]? = nil, storageTypeName: String? = nil)
View on GitHub
StorageType Structure Reference