StorageRuleType
public struct StorageRuleType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The amount of storage allocated, in bytes.
Declaration
Swift
public let storageAllocatedInBytes: Int64?
-
The type of storage.
Declaration
Swift
public let storageType: StorageType?
-
Undocumented
Declaration
Swift
public init(storageAllocatedInBytes: Int64? = nil, storageType: StorageType? = nil)
-
Declaration
Swift
public func validate(name: String) throws