SelfservicePermissions
public struct SelfservicePermissions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether users can change the compute type (bundle) for their WorkSpace.
Declaration
Swift
public let changeComputeType: ReconnectEnum?
-
Specifies whether users can increase the volume size of the drives on their WorkSpace.
Declaration
Swift
public let increaseVolumeSize: ReconnectEnum?
-
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
Declaration
Swift
public let rebuildWorkspace: ReconnectEnum?
-
Specifies whether users can restart their WorkSpace.
Declaration
Swift
public let restartWorkspace: ReconnectEnum?
-
Specifies whether users can switch the running mode of their WorkSpace.
Declaration
Swift
public let switchRunningMode: ReconnectEnum?
-
Undocumented
Declaration
Swift
public init(changeComputeType: ReconnectEnum? = nil, increaseVolumeSize: ReconnectEnum? = nil, rebuildWorkspace: ReconnectEnum? = nil, restartWorkspace: ReconnectEnum? = nil, switchRunningMode: ReconnectEnum? = nil)