Struct aws_sdk_sagemaker::model::NeoVpcConfig
source · [−]#[non_exhaustive]pub struct NeoVpcConfig { /* private fields */ }Expand description
The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.
Implementations
sourceimpl NeoVpcConfig
impl NeoVpcConfig
sourcepub fn security_group_ids(&self) -> Option<&[String]>
pub fn security_group_ids(&self) -> Option<&[String]>
The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
sourceimpl NeoVpcConfig
impl NeoVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NeoVpcConfig.
Trait Implementations
sourceimpl Clone for NeoVpcConfig
impl Clone for NeoVpcConfig
sourcefn clone(&self) -> NeoVpcConfig
fn clone(&self) -> NeoVpcConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NeoVpcConfig
impl Debug for NeoVpcConfig
sourceimpl PartialEq<NeoVpcConfig> for NeoVpcConfig
impl PartialEq<NeoVpcConfig> for NeoVpcConfig
sourcefn eq(&self, other: &NeoVpcConfig) -> bool
fn eq(&self, other: &NeoVpcConfig) -> bool
impl StructuralPartialEq for NeoVpcConfig
Auto Trait Implementations
impl RefUnwindSafe for NeoVpcConfig
impl Send for NeoVpcConfig
impl Sync for NeoVpcConfig
impl Unpin for NeoVpcConfig
impl UnwindSafe for NeoVpcConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more