CustomerStorageMessage
public struct CustomerStorageMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The total amount of storage currently used for snapshots.
Declaration
Swift
public let totalBackupSizeInMegaBytes: Double? -
The total amount of storage currently provisioned.
Declaration
Swift
public let totalProvisionedStorageInMegaBytes: Double? -
Undocumented
Declaration
Swift
public init(totalBackupSizeInMegaBytes: Double? = nil, totalProvisionedStorageInMegaBytes: Double? = nil)
View on GitHub
CustomerStorageMessage Structure Reference