Struct aws_sdk_sagemaker::model::DefaultSpaceSettings
source · #[non_exhaustive]pub struct DefaultSpaceSettings { /* private fields */ }
Expand description
A collection of settings that apply to spaces created in the Domain.
Implementations§
source§impl DefaultSpaceSettings
impl DefaultSpaceSettings
sourcepub fn execution_role(&self) -> Option<&str>
pub fn execution_role(&self) -> Option<&str>
The execution role for the space.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
sourcepub fn jupyter_server_app_settings(&self) -> Option<&JupyterServerAppSettings>
pub fn jupyter_server_app_settings(&self) -> Option<&JupyterServerAppSettings>
The JupyterServer app settings.
sourcepub fn kernel_gateway_app_settings(&self) -> Option<&KernelGatewayAppSettings>
pub fn kernel_gateway_app_settings(&self) -> Option<&KernelGatewayAppSettings>
The KernelGateway app settings.
source§impl DefaultSpaceSettings
impl DefaultSpaceSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultSpaceSettings
.
Trait Implementations§
source§impl Clone for DefaultSpaceSettings
impl Clone for DefaultSpaceSettings
source§fn clone(&self) -> DefaultSpaceSettings
fn clone(&self) -> DefaultSpaceSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DefaultSpaceSettings
impl Debug for DefaultSpaceSettings
source§impl PartialEq<DefaultSpaceSettings> for DefaultSpaceSettings
impl PartialEq<DefaultSpaceSettings> for DefaultSpaceSettings
source§fn eq(&self, other: &DefaultSpaceSettings) -> bool
fn eq(&self, other: &DefaultSpaceSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.