Struct aws_sdk_sagemaker::model::RStudioServerProDomainSettingsForUpdate [−][src]
#[non_exhaustive]pub struct RStudioServerProDomainSettingsForUpdate {
pub domain_execution_role_arn: Option<String>,
pub default_resource_spec: Option<ResourceSpec>,
}
Expand description
A collection of settings that update the current configuration for the RStudioServerPro
Domain-level app.
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.domain_execution_role_arn: Option<String>
The execution role for the RStudioServerPro
Domain-level app.
default_resource_spec: Option<ResourceSpec>
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Implementations
The execution role for the RStudioServerPro
Domain-level app.
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Creates a new builder-style object to manufacture RStudioServerProDomainSettingsForUpdate
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
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