WorkspaceProperties
public struct WorkspaceProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The compute type. For more information, see Amazon WorkSpaces Bundles.
Declaration
Swift
public let computeTypeName: Compute? -
The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
Declaration
Swift
public let rootVolumeSizeGib: Int? -
The running mode. For more information, see Manage the WorkSpace Running Mode.
Declaration
Swift
public let runningMode: RunningMode? -
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
Declaration
Swift
public let runningModeAutoStopTimeoutInMinutes: Int? -
The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
Declaration
Swift
public let userVolumeSizeGib: Int? -
init(computeTypeName:rootVolumeSizeGib:runningMode:runningModeAutoStopTimeoutInMinutes:userVolumeSizeGib:)Undocumented
Declaration
Swift
public init(computeTypeName: Compute? = nil, rootVolumeSizeGib: Int? = nil, runningMode: RunningMode? = nil, runningModeAutoStopTimeoutInMinutes: Int? = nil, userVolumeSizeGib: Int? = nil)
View on GitHub
WorkspaceProperties Structure Reference