Struct aws_sdk_sagemaker::types::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 ARN of the execution role for the space.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The security group IDs 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() -> DefaultSpaceSettingsBuilder
pub fn builder() -> DefaultSpaceSettingsBuilder
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 ==
.impl StructuralPartialEq for DefaultSpaceSettings
Auto Trait Implementations§
impl RefUnwindSafe for DefaultSpaceSettings
impl Send for DefaultSpaceSettings
impl Sync for DefaultSpaceSettings
impl Unpin for DefaultSpaceSettings
impl UnwindSafe for DefaultSpaceSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more