WorkspaceBundle
public struct WorkspaceBundle : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The bundle identifier.
Declaration
Swift
public let bundleId: String? -
The compute type. For more information, see Amazon WorkSpaces Bundles.
Declaration
Swift
public let computeType: ComputeType? -
A description.
Declaration
Swift
public let description: String? -
The image identifier of the bundle.
Declaration
Swift
public let imageId: String? -
The last time that the bundle was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The name of the bundle.
Declaration
Swift
public let name: String? -
The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is provided by AWS.
Declaration
Swift
public let owner: String? -
The size of the root volume.
Declaration
Swift
public let rootStorage: RootStorage? -
The size of the user storage.
Declaration
Swift
public let userStorage: UserStorage? -
Undocumented
Declaration
Swift
public init(bundleId: String? = nil, computeType: ComputeType? = nil, description: String? = nil, imageId: String? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, owner: String? = nil, rootStorage: RootStorage? = nil, userStorage: UserStorage? = nil)
View on GitHub
WorkspaceBundle Structure Reference