Struct aws_sdk_workspaces::model::workspace_access_properties::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WorkspaceAccessProperties
Implementations
Indicates whether users can use Windows clients to access their WorkSpaces.
Indicates whether users can use Windows clients to access their WorkSpaces.
Indicates whether users can use macOS clients to access their WorkSpaces.
Indicates whether users can use macOS clients to access their WorkSpaces.
Indicates whether users can access their WorkSpaces through a web browser.
Indicates whether users can access their WorkSpaces through a web browser.
Indicates whether users can use iOS devices to access their WorkSpaces.
Indicates whether users can use iOS devices to access their WorkSpaces.
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
Indicates whether users can use Chromebooks to access their WorkSpaces.
Indicates whether users can use Chromebooks to access their WorkSpaces.
Indicates whether users can use zero client devices to access their WorkSpaces.
Indicates whether users can use zero client devices to access their WorkSpaces.
Indicates whether users can use Linux clients to access their WorkSpaces.
Indicates whether users can use Linux clients to access their WorkSpaces.
Consumes the builder and constructs a WorkspaceAccessProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more