Struct aws_sdk_sagemaker::model::DomainSettings [−][src]
#[non_exhaustive]pub struct DomainSettings {
pub security_group_ids: Option<Vec<String>>,
pub r_studio_server_pro_domain_settings: Option<RStudioServerProDomainSettings>,
}
Expand description
A collection of settings that apply to the SageMaker Domain
. These settings are specified through the CreateDomain
API call.
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.security_group_ids: Option<Vec<String>>
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
r_studio_server_pro_domain_settings: Option<RStudioServerProDomainSettings>
A collection of settings that configure the RStudioServerPro
Domain-level app.
Implementations
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
A collection of settings that configure the RStudioServerPro
Domain-level app.
Creates a new builder-style object to manufacture DomainSettings
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 DomainSettings
impl Send for DomainSettings
impl Sync for DomainSettings
impl Unpin for DomainSettings
impl UnwindSafe for DomainSettings
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