Struct aws_sdk_sagemaker::model::AutoMlSecurityConfig
source · #[non_exhaustive]pub struct AutoMlSecurityConfig { /* private fields */ }
Expand description
Security options.
Implementations§
source§impl AutoMlSecurityConfig
impl AutoMlSecurityConfig
sourcepub fn volume_kms_key_id(&self) -> Option<&str>
pub fn volume_kms_key_id(&self) -> Option<&str>
The key used to encrypt stored data.
sourcepub fn enable_inter_container_traffic_encryption(&self) -> bool
pub fn enable_inter_container_traffic_encryption(&self) -> bool
Whether to use traffic encryption between the container layers.
sourcepub fn vpc_config(&self) -> Option<&VpcConfig>
pub fn vpc_config(&self) -> Option<&VpcConfig>
The VPC configuration.
source§impl AutoMlSecurityConfig
impl AutoMlSecurityConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoMlSecurityConfig
.
Trait Implementations§
source§impl Clone for AutoMlSecurityConfig
impl Clone for AutoMlSecurityConfig
source§fn clone(&self) -> AutoMlSecurityConfig
fn clone(&self) -> AutoMlSecurityConfig
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 AutoMlSecurityConfig
impl Debug for AutoMlSecurityConfig
source§impl PartialEq<AutoMlSecurityConfig> for AutoMlSecurityConfig
impl PartialEq<AutoMlSecurityConfig> for AutoMlSecurityConfig
source§fn eq(&self, other: &AutoMlSecurityConfig) -> bool
fn eq(&self, other: &AutoMlSecurityConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.