Struct aws_sdk_sagemaker::model::RStudioServerProAppSettings [−][src]
#[non_exhaustive]pub struct RStudioServerProAppSettings {
pub access_status: Option<RStudioServerProAccessStatus>,
pub user_group: Option<RStudioServerProUserGroup>,
}
Expand description
A collection of settings that configure user interaction with the RStudioServerPro
app. RStudioServerProAppSettings
cannot be updated. The RStudioServerPro
app must be deleted and a new one created to make any changes.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.access_status: Option<RStudioServerProAccessStatus>
Indicates whether the current user has access to the RStudioServerPro
app.
user_group: Option<RStudioServerProUserGroup>
The level of permissions that the user has within the RStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.
Implementations
Indicates whether the current user has access to the RStudioServerPro
app.
The level of permissions that the user has within the RStudioServerPro
app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.
Creates a new builder-style object to manufacture RStudioServerProAppSettings
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RStudioServerProAppSettings
impl Send for RStudioServerProAppSettings
impl Sync for RStudioServerProAppSettings
impl Unpin for RStudioServerProAppSettings
impl UnwindSafe for RStudioServerProAppSettings
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